Skip to content

Commit

Permalink
Cleanup old factory a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Dec 30, 2023
1 parent 8e88f63 commit b41f120
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
File renamed without changes.
41 changes: 0 additions & 41 deletions components/notes/[...pathParts]/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion test/reflection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getNoteSlug,
getNoteTitle,
getPageSubpath,
} from "@/components/notes/factory";
} from "@/components/factory-old";

describe("Notes Factory", () => {
describe(getNoteSlug.name, () => {
Expand Down

0 comments on commit b41f120

Please sign in to comment.