init
This commit is contained in:
8
pages/_document.tsx
Normal file
8
pages/_document.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import Document from 'next/document';
|
||||
import { createGetInitialProps } from '@mantine/next';
|
||||
|
||||
const getInitialProps = createGetInitialProps();
|
||||
|
||||
export default class _Document extends Document {
|
||||
static getInitialProps = getInitialProps;
|
||||
}
|
||||
Reference in New Issue
Block a user