Remove unused import

This commit is contained in:
Jackson Harper 2023-08-03 14:57:28 +08:00
parent 4095cc7c1a
commit ff51d311e3

View file

@ -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