Update dependencies

* add 'use client' to more components
* install more tiptap extensions
This commit is contained in:
Philipinho
2023-10-19 15:52:32 +01:00
parent acaf7ba95d
commit a86991e3d7
10 changed files with 89 additions and 44 deletions

View File

@ -1,3 +1,5 @@
'use client';
import { UnstyledButton, Group, Avatar, Text, rem } from '@mantine/core';
import { IconChevronRight } from '@tabler/icons-react';
import classes from './user-button.module.css';