Skip to content

Commit

Permalink
Add placeholder views
Browse files Browse the repository at this point in the history
for later
  • Loading branch information
pasikonik committed Feb 7, 2023
1 parent 0535746 commit 602be20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/Import.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script setup lang="ts">
</script>

<template>
<h2>Import</h2>
</template>
8 changes: 8 additions & 0 deletions src/views/Stats.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<script setup lang="ts">
</script>

<template>
<h2>Stats</h2>
</template>


0 comments on commit 602be20

Please sign in to comment.