fix: remove unused imports in MasterView to fix tsc build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, computed, watch } from 'vue'
|
import { ref, computed, watch } from 'vue'
|
||||||
import StatusDot from '@/components/StatusDot.vue'
|
import StatusDot from '@/components/StatusDot.vue'
|
||||||
import { Plus, Edit2, Trash2, RefreshCw, ExternalLink, Eye, Copy } from 'lucide-vue-next'
|
import { Edit2, Trash2, RefreshCw, ExternalLink, Eye, Copy } from 'lucide-vue-next'
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from '@/components/ui/dialog'
|
import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from '@/components/ui/dialog'
|
||||||
import { Label } from '@/components/ui/label'
|
import { Label } from '@/components/ui/label'
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
import { Plus, RefreshCw, Search, Server, ArrowRightLeft } from 'lucide-vue-next'
|
import { Plus, RefreshCw, Search } from 'lucide-vue-next'
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { Input } from '@/components/ui/input'
|
import { Input } from '@/components/ui/input'
|
||||||
import { Tabs, TabsList, TabsTrigger } from '@/components/ui/tabs'
|
// import { Tabs, TabsList, TabsTrigger } from '@/components/ui/tabs'
|
||||||
import { toast } from 'vue-sonner'
|
import { toast } from 'vue-sonner'
|
||||||
import * as interconnectApi from '@/api/interconnect'
|
import * as interconnectApi from '@/api/interconnect'
|
||||||
|
|
||||||
import SyncPanel from './SyncPanel.vue'
|
// import SyncPanel from './SyncPanel.vue'
|
||||||
import MasterList from './MasterList.vue'
|
import MasterList from './MasterList.vue'
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
|
|||||||
Reference in New Issue
Block a user