We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8e55d commit fadd601Copy full SHA for fadd601
www/document/Document.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
-import { NextIntlScript } from '@moxy/next-intl';
3
import NextDocument, { Html, Head, Main, NextScript } from 'next/document';
+import { NextIntlScript } from '@moxy/next-intl';
4
5
export default class Document extends NextDocument {
6
render() {
0 commit comments