FIX: Old components

This commit is contained in:
Robert Kossessa
2024-01-24 02:17:13 +01:00
parent 4ea1c06dfb
commit c78eb91855
3 changed files with 19 additions and 14 deletions

View File

@@ -248,8 +248,22 @@
</TabsContent>
</template>
<script>
import { ScrollArea } from '@/components/ui/scroll-area/index.js'
import { Badge } from '@/components/ui/badge/index.js'
import { Tabs } from '@/components/ui/tabs/index.js'
import {
Command,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandList, CommandSeparator,
} from '@/components/ui/command/index.js'
import { Slider } from '@/components/ui/slider/index.js'
export default {
name: 'MappingConfig',
components: { Slider, CommandSeparator, CommandGroup, CommandItem, CommandInput, CommandEmpty, CommandList, Command, Tabs, Badge, ScrollArea },
}
</script>
<style scoped>