diff --git a/src/App.vue b/src/App.vue index ea4fdbe..683a383 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,11 +18,8 @@ \ No newline at end of file diff --git a/src/components/TheNav.vue b/src/components/TheNav.vue index c887383..d230a47 100644 --- a/src/components/TheNav.vue +++ b/src/components/TheNav.vue @@ -22,20 +22,20 @@
- - diff --git a/src/types/helper.ts b/src/types/helper.ts new file mode 100644 index 0000000..2b5afd8 --- /dev/null +++ b/src/types/helper.ts @@ -0,0 +1,4 @@ +export enum PuccinTheme { + latte = "latte", + mocha = "mocha", +} \ No newline at end of file