Skip to content

Commit

Permalink
chore: one import (#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
txp1035 authored May 23, 2023
1 parent aa90a0a commit cef2e25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Footer } from '@/components';
import { Question, SelectLang } from '@/components';
import { Footer, Question, SelectLang, AvatarDropdown, AvatarName } from '@/components';
import { LinkOutlined } from '@ant-design/icons';
import type { Settings as LayoutSettings } from '@ant-design/pro-components';
import { SettingDrawer } from '@ant-design/pro-components';
Expand All @@ -9,7 +8,6 @@ import defaultSettings from '../config/defaultSettings';
import { errorConfig } from './requestErrorConfig';
import { currentUser as queryCurrentUser } from '@/services/ant-design-pro/api';
import React from 'react';
import { AvatarDropdown, AvatarName } from '@/components';
const isDev = process.env.NODE_ENV === 'development';
const loginPath = '/user/login';

Expand Down

0 comments on commit cef2e25

Please sign in to comment.