Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
feat: Remove icon sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Mar 16, 2021
1 parent 2e1c3d1 commit fcd18b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
} from '../bitwarden-settings'
import { Route, Switch, Redirect, HashRouter } from 'react-router-dom'
import { Layout, Main, Content } from 'cozy-ui/transpiled/react/Layout'
import { Sprite as IconSprite } from 'cozy-ui/transpiled/react/Icon'
import Alerter from 'cozy-ui/transpiled/react/Alerter'
import MuiCozyTheme from 'cozy-ui/transpiled/react/MuiCozyTheme'

Expand Down Expand Up @@ -58,7 +57,6 @@ export const DumbApp = () => {
<Routes />
</Content>
</Main>
<IconSprite />
<Alerter />
<FlagSwitcher />
</Layout>
Expand Down

0 comments on commit fcd18b7

Please sign in to comment.