diff --git a/pages/_app.tsx b/pages/_app.tsx index 3c13b26aed..4284fa3e22 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -12,7 +12,7 @@ import posthog from 'posthog-js' // import 'prismjs/themes/prism-okaidia.css' // global style overrides for notion // global style overrides for prism theme (optional) -import 'styles/custom/index.scss'; +import '~/styles/custom/index.scss'; import { bootstrap } from '@/lib/bootstrap-client' import { diff --git a/styles/custom/index.scss b/styles/custom/index.scss index 5ea3039a8e..b614aec25b 100644 --- a/styles/custom/index.scss +++ b/styles/custom/index.scss @@ -8,6 +8,3 @@ @import './vars.scss'; @import './notion.scss'; - -@import '~/components/Comments/index.scss'; -@import '~/components/PageLoading/index.scss';