Skip to content

Commit a4e8b84

Browse files
committed
feat: Add headlessui imports
1 parent 3241ab7 commit a4e8b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/MobileNav.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use client'
22

3-
import { useState } from 'react'
3+
import { Dialog, Transition } from '@headlessui/react'
4+
import { Fragment, useState } from 'react'
45
import Link from './Link'
56
import headerNavLinks from '@/data/headerNavLinks'
67

0 commit comments

Comments
 (0)