Skip to content

Commit

Permalink
fix: add 'use client' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Dec 11, 2023
1 parent 57a74aa commit c458efd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import type { GroupProps, ModalProps } from '@mantine/core';
import type { Record } from '@phosphor-icons/react';
import type {
Expand Down

0 comments on commit c458efd

Please sign in to comment.