mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Missing use client.
This commit is contained in:
parent
76c5d54b50
commit
1a9501d8ce
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use client';
|
||||
import { Key } from 'react';
|
||||
import { Text, Icon, Button, Popup, Menu, Item, PopupTrigger, Flexbox } from 'react-basics';
|
||||
import classNames from 'classnames';
|
||||
|
|
|
|||
Loading…
Reference in a new issue