update TopBar component tests

This commit is contained in:
enzoggqs
2023-01-12 15:15:05 -03:00
parent 8716bdb064
commit d66459bea9
8 changed files with 874 additions and 31 deletions

5
src/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent;
export default component;
}