Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
git-init-priyanshu committed Sep 11, 2024
1 parent 84b8dc6 commit 3f6fd43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/writer/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default function Dashboard() {

const { editor, docData } = Editor({ setIsSaving })

const asdf = 1;

const Options = [
<FormatOptions key={1} editor={editor} />,
<InsertOptions key={2} editor={editor} />,
Expand Down

0 comments on commit 3f6fd43

Please sign in to comment.