reorganização de arquivos
This commit is contained in:
parent
317b0b3b3e
commit
fa1f93aedc
23 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ import { EliBadge } from "./componentes/indicador";
|
||||||
import { EliInput } from "./componentes/campo";
|
import { EliInput } from "./componentes/campo";
|
||||||
import { EliCartao } from "./componentes/cartao";
|
import { EliCartao } from "./componentes/cartao";
|
||||||
import { EliDataHora } from "./componentes/data_hora";
|
import { EliDataHora } from "./componentes/data_hora";
|
||||||
import { EliTabela } from "./components/eli/EliTabela";
|
import { EliTabela } from "./componentes/EliTabela";
|
||||||
|
|
||||||
export { EliOlaMundo };
|
export { EliOlaMundo };
|
||||||
export { EliBotao };
|
export { EliBotao };
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
import { defineComponent, ref } from "vue";
|
import { defineComponent, ref } from "vue";
|
||||||
import { codigosResposta } from "p-respostas";
|
import { codigosResposta } from "p-respostas";
|
||||||
import { Eye, Plus, Trash2 } from "lucide-vue-next";
|
import { Eye, Plus, Trash2 } from "lucide-vue-next";
|
||||||
import { celulaTabela, EliTabela } from "@/components/eli/EliTabela";
|
import { celulaTabela, EliTabela } from "@/componentes/EliTabela";
|
||||||
import type { EliTabelaConsulta } from "@/components/eli/EliTabela";
|
import type { EliTabelaConsulta } from "@/componentes/EliTabela";
|
||||||
|
|
||||||
type Linha = {
|
type Linha = {
|
||||||
empreendedor: string;
|
empreendedor: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue