Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Jul 7, 2023
1 parent 2013a10 commit f1e926a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script lang="ts" setup></script>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<div>
<nav-bar></nav-bar>
</div>
</template>

<script lang="ts" setup>
import navBar from './NavBar.vue';
</script>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"importsNotUsedAsValues": "error"
}
}

0 comments on commit f1e926a

Please sign in to comment.