Skip to content

Commit

Permalink
Add react import
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Veld committed May 8, 2023
1 parent f6e1798 commit 9e68101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/_app.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { useEffect } from 'react'
import Head from 'next/head'
import { Router, useRouter } from 'next/router'
import { MDXProvider } from '@mdx-js/react'
import * as Fathom from 'fathom-client';
import * as Fathom from 'fathom-client'

// Website
import { Index } from '@/components/Index'
Expand Down

0 comments on commit 9e68101

Please sign in to comment.