Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit e9b435c

Browse files
author
이봉균
committed
clean code
1 parent d6d7482 commit e9b435c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from '../src/constants/env'
77
//import stylesheet from './global.pcss'
88

9-
export default class RSquareDocument extends Document {
9+
export default class extends Document {
1010
static async getInitialProps(...args) {
1111
const documentProps = await super.getInitialProps(...args)
1212
const {req, renderPage} = args[0]

0 commit comments

Comments
 (0)