Skip to content

Commit

Permalink
Remove demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Nov 26, 2019
1 parent 5535c0b commit 03b2aaa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/token-manager/app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
textStyle,
useLayout,
useTheme,
useThemeMode,
} from '@aragon/ui'
import { useAragonApi } from '@aragon/api-react'
import { IdentityProvider } from './components/IdentityManager/IdentityManager'
Expand Down Expand Up @@ -204,10 +203,5 @@ export default () => {
const theme = useTheme()
const { layoutName } = useLayout()

const themeMode = useThemeMode()
useEffect(() => {
// themeMode.set('dark')
}, [themeMode])

return <App api={api} layoutName={layoutName} theme={theme} {...appState} />
}

0 comments on commit 03b2aaa

Please sign in to comment.