chore: alinhar projeto às regras do agent

This commit is contained in:
Luiz Silva 2026-01-02 21:16:50 -03:00
parent 86d451efa1
commit 51a48eee70
36 changed files with 485 additions and 208 deletions

View file

@ -1,3 +0,0 @@
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;

View file

@ -1,3 +0,0 @@
import EliOlaMundo from './EliOlaMundo.vue';
export { EliOlaMundo };
export default EliOlaMundo;

View file

@ -1,7 +0,0 @@
import type { App } from "vue";
import { EliOlaMundo } from './componentes/EliOlaMundo';
export { EliOlaMundo };
declare const _default: {
install(app: App): void;
};
export default _default;