mirror of
https://github.com/BluemediaDev/video-platform.git
synced 2024-12-22 06:45:28 +01:00
Remove unused Navbar component
This commit is contained in:
parent
18265ded81
commit
64357ac2b7
|
@ -1,23 +0,0 @@
|
||||||
<template>
|
|
||||||
<div class="navbar">
|
|
||||||
<router-link to="/">Home</router-link>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "Navbar",
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.navbar {
|
|
||||||
height: 50px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: left;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
background-color: #fafafc;
|
|
||||||
box-shadow: 0 1px 6px 0 #888;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in a new issue