Skip to content
Snippets Groups Projects
Commit 49852d97 authored by Johannes Klatt's avatar Johannes Klatt
Browse files

FIX: removed radix import in SidebarProvider.vue

parent 1c51cdf4
No related branches found
No related tags found
No related merge requests found
Pipeline #422631 passed with warnings
<script setup lang="ts">
import { cn } from '@/lib/utils'
import { useEventListener, useMediaQuery, useVModel } from '@vueuse/core'
import { TooltipProvider } from 'radix-vue'
import { computed, type HTMLAttributes, type Ref, ref } from 'vue'
import { provideSidebarContext, SIDEBAR_COOKIE_MAX_AGE, SIDEBAR_COOKIE_NAME, SIDEBAR_KEYBOARD_SHORTCUT, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON } from './utils'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment