Skip to content

Commit

Permalink
fix: 🐛 going to bed
Browse files Browse the repository at this point in the history
  • Loading branch information
snenenenenenene committed Aug 6, 2023
1 parent 8e9eee1 commit 13f326d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/common/NotesPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getSheetWithId, updateSheetWithId } from "@/app/utils/apiCalls";
import { useSheetStore } from "@/app/utils/store";
import { MDXEditor } from "@mdxeditor/editor";
import "@mdxeditor/editor/style.css";
import * as crypto from "crypto";
import { useEffect, useState } from "react";
import { toast } from "react-toastify";

Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"draft-js": "^0.11.7",
"eslint": "8.33.0",
Expand Down

0 comments on commit 13f326d

Please sign in to comment.