Skip to content

Commit

Permalink
fix: remove imports from app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
abdahmed22 committed Aug 22, 2024
1 parent 91b1a8d commit 76b97ae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions client/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<template>
<v-app>
<v-main>
<ProjectsView />
</v-main>
</v-app>
<p>To be implemented</p>
</template>

<script lang="ts" setup>
import ProjectForm from './components/projects/ProjectForm.vue'
import ProjectsView from './pages/projects/ProjectsView.vue'
//
</script>

0 comments on commit 76b97ae

Please sign in to comment.