Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartsTech committed Jun 29, 2022
1 parent ee5b754 commit 255bac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/features/document/editor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const TextEditor: React.FC<TextEditorProps> = () => {

return (
<div className="bg-[#F8F9FA] min-h-screen pb-16">
{/*@ts-ignore*/}
<Editor
//@ts-ignore
toolbarClassName="flex sticky top-0 z-50 !justify-center
Expand Down
1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const App = ({ Component, pageProps: { session, ...pageProps } }: AppProps) => {
<Head>
<title>Google Docs Clone</title>
</Head>
{/*@ts-ignore*/}
<Component {...pageProps} />
</SessionProvider>
);
Expand Down

1 comment on commit 255bac4

@vercel
Copy link

@vercel vercel bot commented on 255bac4 Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.