File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'styles/global.css'
5
5
import 'react-notion-x/src/styles.css'
6
6
7
7
// used for rendering equations (optional)
8
- import 'react-notion-x/build/third-party/equation .css'
8
+ import 'katex/dist/katex.min .css'
9
9
10
10
// used for tweet embeds (optional)
11
11
import 'react-static-tweets/styles.css'
@@ -22,10 +22,6 @@ import 'styles/notion.css'
22
22
// global style overrides for prism theme (optional)
23
23
import 'styles/prism-theme.css'
24
24
25
- // import any languages we want to support for syntax highlighting via Notion's
26
- // Code block and prismjs
27
- // import 'prismjs/components/prism-typescript'
28
-
29
25
import React from 'react'
30
26
import { useRouter } from 'next/router'
31
27
import * as Fathom from 'fathom-client'
You can’t perform that action at this time.
0 commit comments