From ff51d311e32d47629c03d3637d775174a10484f7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 3 Aug 2023 14:57:28 +0800 Subject: [PATCH] Remove unused import --- packages/web/components/templates/PrimaryLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/components/templates/PrimaryLayout.tsx b/packages/web/components/templates/PrimaryLayout.tsx index c7368b2ae..74bd10dbd 100644 --- a/packages/web/components/templates/PrimaryLayout.tsx +++ b/packages/web/components/templates/PrimaryLayout.tsx @@ -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