Missing 'use client'.

This commit is contained in:
Mike Cao 2024-02-02 22:35:46 -08:00
parent bb0504065b
commit ecb3af284f
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
'use client';
import { useState, Key } from 'react';
import { Dropdown, Item } from 'react-basics';
import { useWebsite, useWebsites, useMessages } from 'components/hooks';