Skip to content

Commit dc78c47

Browse files
authored
fix: set modal as client component (#78)
1 parent f60baec commit dc78c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/modal/modal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import React, { FC, Fragment, ReactNode } from 'react';
24
import { Dialog, Transition } from '@headlessui/react';
35
import classNames from 'classnames';

0 commit comments

Comments
 (0)