Skip to content

Commit

Permalink
📵
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 8, 2022
1 parent 5d77c9e commit 505184e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'styles/global.css'
import 'react-notion-x/src/styles.css'

// used for rendering equations (optional)
import 'react-notion-x/build/third-party/equation.css'
import 'katex/dist/katex.min.css'

// used for tweet embeds (optional)
import 'react-static-tweets/styles.css'
Expand All @@ -22,10 +22,6 @@ import 'styles/notion.css'
// global style overrides for prism theme (optional)
import 'styles/prism-theme.css'

// import any languages we want to support for syntax highlighting via Notion's
// Code block and prismjs
// import 'prismjs/components/prism-typescript'

import React from 'react'
import { useRouter } from 'next/router'
import * as Fathom from 'fathom-client'
Expand Down

0 comments on commit 505184e

Please sign in to comment.