Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atnomoverflow committed Apr 21, 2024
1 parent 702cbd6 commit 5716fa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/table/table.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<script setup lang="ts">
import { Application } from '@/components/table/data/schema';
import Column from '@/components/table/column.vue';
import { Button } from "@/components/ui/button"
import { ScrollArea } from "@/components/ui/scroll-area"
import { Icon } from "@iconify/vue"
import { useTableHandler } from '@/core/composabels/table';
import Pagination from './pagination.vue';
import Filter from './filter.vue';
Expand All @@ -28,7 +26,6 @@ watch(props.data, () => {

<div class="flex space-x-4">
<CreateApplication />

<Filter v-model:selected-values="selectedLang" v-model:table="table" title="type"
:options="applicationTypes" />
</div>
Expand Down

0 comments on commit 5716fa3

Please sign in to comment.