mirror of
https://github.com/docmost/docmost.git
synced 2025-11-24 08:01:10 +10:00
Update dependencies
* add 'use client' to more components * install more tiptap extensions
This commit is contained in:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user