feat: Add headlessui imports

This commit is contained in:
Trillium Smith 2024-06-19 14:32:32 -07:00
parent 3241ab766c
commit a4e8b84de4

View File

@ -1,6 +1,7 @@
'use client'
import { useState } from 'react'
import { Dialog, Transition } from '@headlessui/react'
import { Fragment, useState } from 'react'
import Link from './Link'
import headerNavLinks from '@/data/headerNavLinks'