Fix menu in welcome view

This commit is contained in:
Elio Struyf
2024-02-16 11:33:38 +01:00
parent c2d3496152
commit bcba947c1d
7 changed files with 32 additions and 46 deletions
@@ -1,4 +1,3 @@
import { Menu } from '@headlessui/react';
import { ChevronDownIcon } from '@heroicons/react/24/solid';
import * as React from 'react';
import { DropdownMenuTrigger } from '../../../components/shadcn/Dropdown';