diff --git a/apps/dotcom/src/components/StoreErrorScreen.tsx b/apps/dotcom/src/components/StoreErrorScreen.tsx index 13fdc65e9..cf3be18f9 100644 --- a/apps/dotcom/src/components/StoreErrorScreen.tsx +++ b/apps/dotcom/src/components/StoreErrorScreen.tsx @@ -1,6 +1,5 @@ import { TLIncompatibilityReason } from '@tldraw/tlsync' import { exhaustiveSwitchError } from 'tldraw' -import 'tldraw/tldraw.css' import { RemoteSyncError } from '../utils/remote-sync/remote-sync' import { ErrorPage } from './ErrorPage/ErrorPage'