mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
Change import paths to relative paths.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NavBar from "@/components/NavBar.vue";
|
||||
import NavBar from "./components/NavBar.vue";
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
|
||||
Reference in New Issue
Block a user