Skip to content

Commit

Permalink
teehhee
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaworth21 committed Nov 17, 2024
1 parent 99e5e2d commit 3ae8b82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"please-make-me-study": "file:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/routes/createTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ const CreateTask = () => {
};

export default CreateTask;
// teehhee

0 comments on commit 3ae8b82

Please sign in to comment.