Skip to content

Commit 7453f4d

Browse files
committed
file structure adjustment
1 parent 49cd252 commit 7453f4d

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

components/tettra/actions/create-page.mjs renamed to components/tettra/actions/create-page/create-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import tettra from "../tettra.app.mjs";
1+
import tettra from "../../tettra.app.mjs";
22

33
export default {
44
key: "tettra-create-page",

components/tettra/actions/suggest-page.mjs renamed to components/tettra/actions/suggest-page/suggest-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import tettra from "../tettra.app.mjs";
1+
import tettra from "../../tettra.app.mjs";
22

33
export default {
44
key: "tettra-suggest-page",

pnpm-lock.yaml

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)