Skip to content

Commit

Permalink
delete the unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed May 20, 2024
1 parent a421d1e commit bc11081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backstage/packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import { HomePage } from './components/home/HomePage';
import { PortalDocsPage } from './components/portal-docs/PortalDocsPage';
import { searchPage } from './components/search/SearchPage';
import { PrefixNavigate } from './components/utils/PrefixNavigate';
import CssBaseline from '@material-ui/core/CssBaseline';
import LightIcon from '@material-ui/icons/WbSunny';
import { diamondTheme } from './themes/diamondTheme';
import { testTheme } from './themes/testTheme';
Expand Down

0 comments on commit bc11081

Please sign in to comment.