Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from Dino-Kupinic/32-nuxt-create-settings-page
Browse files Browse the repository at this point in the history
32 nuxt create settings page
  • Loading branch information
Dino-Kupinic authored Mar 21, 2024
2 parents e1a1870 + 544e799 commit 3843d4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/pages/settings.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>

<template>
<h1>Settings-Page</h1>
</template>

<style scoped>
</style>

0 comments on commit 3843d4b

Please sign in to comment.