chore: format
This commit is contained in:
parent
3a889b1442
commit
fb00967601
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
import '@/styles/globals.css'
|
||||
import "highlight.js/styles/atom-one-dark.css";
|
||||
import 'highlight.js/styles/atom-one-dark.css'
|
||||
|
||||
import hljs from "highlight.js";
|
||||
import hljs from 'highlight.js'
|
||||
import { DefaultSeo } from 'next-seo'
|
||||
import { useEffect } from 'react';
|
||||
import { useEffect } from 'react'
|
||||
|
||||
export default function App ({ Component, pageProps }) {
|
||||
useEffect(() => {
|
||||
hljs.highlightAll();
|
||||
}, [ Component ]);
|
||||
|
||||
hljs.highlightAll()
|
||||
}, [Component])
|
||||
|
||||
return (
|
||||
<>
|
||||
<DefaultSeo defaultTitle='Aaron Yarborough' titleTemplate='%s | Aaron Yarborough' />
|
||||
|
|
Loading…
Add table
Reference in a new issue