fix import
This commit is contained in:
parent
232a04a1a2
commit
38e066ee49
1 changed files with 2 additions and 1 deletions
|
|
@ -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(' ');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue