Tirando importação não usada
This commit is contained in:
parent
b8b8373d93
commit
041a61559e
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
import { ref, type Ref } from 'vue';
|
||||
import TabelaDeJogos from './components/TabelaDeJogos.vue';
|
||||
import type Jogo from './modelo/Jogo';
|
||||
import { Button } from 'primevue';
|
||||
|
||||
const jogos: Ref<Jogo[]> = ref([]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue