You've already forked isop-mirror
feat: add base Footer, NavBar, and PageCard components
This commit is contained in:
9
frontend/app/components/Footer.vue
Normal file
9
frontend/app/components/Footer.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Component: Footer
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
9
frontend/app/components/NavBar.vue
Normal file
9
frontend/app/components/NavBar.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Component: NavBar
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
9
frontend/app/components/PageCard.vue
Normal file
9
frontend/app/components/PageCard.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Component: PageCard
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user