mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) fixed eslint warnings
This commit is contained in:
parent
c469722a86
commit
e5f8d5a551
29 changed files with 56 additions and 59 deletions
|
@ -15,7 +15,6 @@ import { AudioPlayerProvider } from '~/utils/providers/AudioPlayerProvider';
|
|||
import { MetadataProvider } from '~/utils/providers/MetadataProvider';
|
||||
import { AuthProvider } from '~/utils/providers/AuthProvider';
|
||||
import { MainLayout } from '~/containers/main/MainLayout';
|
||||
import { useGlobalLoader } from '~/hooks/dom/useGlobalLoader';
|
||||
|
||||
const mobxStore = getMOBXStore();
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import Document, { Html, Head, Main, NextScript } from 'next/document';
|
||||
import Document, { Head, Html, Main, NextScript } from 'next/document';
|
||||
|
||||
class MyDocument extends Document {
|
||||
static async getInitialProps(ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue