Skip to content

Commit fadd601

Browse files
committed
chore: small import order change
1 parent 9b8e55d commit fadd601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/document/Document.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
2-
import { NextIntlScript } from '@moxy/next-intl';
32
import NextDocument, { Html, Head, Main, NextScript } from 'next/document';
3+
import { NextIntlScript } from '@moxy/next-intl';
44

55
export default class Document extends NextDocument {
66
render() {

0 commit comments

Comments
 (0)