File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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" >
6665/* eslint-disable max-len */
6766/* eslint-disable no-await-in-loop */
6867
69- import NavBar from ' @/components/shared/NavBar.vue' ;
7068import Match from ' @/components/app/matches/Match.vue' ;
7169import Chat from ' @/components/app/matches/Chat.vue' ;
7270import Message from ' @/components/app/matches/Message.vue' ;
7371
7472export default {
7573 components: {
7674 Chat,
77- NavBar,
7875 Match,
7976 Message,
8077 },
You can’t perform that action at this time.
0 commit comments