Refactor page components
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { AppProps } from 'next/app';
|
||||
import { ChakraProvider } from '@chakra-ui/react';
|
||||
import { roadmapTheme } from './theme';
|
||||
import { roadmapTheme } from '../lib/theme';
|
||||
import 'prism-themes/themes/prism-shades-of-purple.css';
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
|
Reference in New Issue
Block a user