Skip to content

Commit 9f8bd4b

Browse files
committed
matches route use shared navbar
1 parent 7bddad2 commit 9f8bd4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/views/app/Matches.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<!-- eslint-disable max-len -->
33
<div class="mx-4 sm:mx-16 lg:mx-32">
4-
<NavBar v-bind:currentRoute="'Matches'"></NavBar>
54
<section v-if="fetchingDone" class="mx-auto relative md:flex md:items-start md:justify-center">
65
<div class="md:w-full md:max-w-xs md:shadow-md md:rounded-md md:p-8 md:flex md:flex-col md:justify-start">
76
<div class="mt-8 sm:mt-0">
@@ -66,15 +65,13 @@
6665
/* eslint-disable max-len */
6766
/* eslint-disable no-await-in-loop */
6867
69-
import NavBar from '@/components/shared/NavBar.vue';
7068
import Match from '@/components/app/matches/Match.vue';
7169
import Chat from '@/components/app/matches/Chat.vue';
7270
import Message from '@/components/app/matches/Message.vue';
7371
7472
export default {
7573
components: {
7674
Chat,
77-
NavBar,
7875
Match,
7976
Message,
8077
},

0 commit comments

Comments
 (0)