Added "use client".

This commit is contained in:
Mike Cao 2024-02-04 00:44:20 -08:00
parent 7ae3d47947
commit 102f5b78b1
68 changed files with 73 additions and 6 deletions

View file

@ -1,3 +1,4 @@
'use client';
import { useContext } from 'react';
import { Form, FormRow, FormButtons, SubmitButton, PopupTrigger, Icon, Popup } from 'react-basics';
import Empty from 'components/common/Empty';