Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Dec 8, 2023
1 parent d4bc4da commit 1d96367
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/block-ui/src/components/TheFooter.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import { Popover, theme, Tooltip } from 'antd';
import React, { FC } from 'react';
import { ColorResult, SketchPicker } from 'react-color';
import {
getAllLocales,
getLocale,
Icon,
Link,
setLocale,
useIntl,
} from 'umi';
import { getAllLocales, getLocale, Icon, Link, setLocale, useIntl } from 'umi';

interface TheFooterProps {
changeTheme: () => void;
Expand Down

0 comments on commit 1d96367

Please sign in to comment.