Browse Source

fix error

jam411 3 years ago
parent
commit
ae30ce5f4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/PageContentFooter.tsx

+ 1 - 1
packages/app/src/components/PageContentFooter.tsx

@@ -5,7 +5,7 @@ import dynamic from 'next/dynamic';
 
 import { useSWRxCurrentPage } from '~/stores/page';
 
-import { AuthorInfoProps } from './Navbar/AuthorInfo''
+import { AuthorInfoProps } from './Navbar/AuthorInfo';
 
 import { Skelton } from './Skelton';