mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused import
This commit is contained in:
parent
4095cc7c1a
commit
ff51d311e3
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ import { logoutMutation } from '../../lib/networking/mutations/logoutMutation'
|
|||
import { setupAnalytics } from '../../lib/analytics'
|
||||
import { primaryCommands } from '../../lib/keyboardShortcuts/navigationShortcuts'
|
||||
import { applyStoredTheme } from '../../lib/themeUpdater'
|
||||
import { theme } from '../tokens/stitches.config'
|
||||
|
||||
type PrimaryLayoutProps = {
|
||||
children: ReactNode
|
||||
|
|
|
|||
Loading…
Reference in a new issue