fix import

This commit is contained in:
Felix Roos 2022-12-23 00:47:33 +01:00
parent 232a04a1a2
commit 38e066ee49

View File

@ -1,5 +1,6 @@
import { Disclosure } from '@headlessui/react';
import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline';
import Bars3Icon from '@heroicons/react/24/outline/Bars3Icon';
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
function classNames(...classes) {
return classes.filter(Boolean).join(' ');