Fixed drawer not closing when a link in a drawer is pressed

This commit is contained in:
Takeshi Kimata
2024-05-21 21:47:19 +09:00
parent c40a2440ba
commit 704f20239e
4 changed files with 159 additions and 127 deletions

View File

@@ -1,5 +1,4 @@
import { UserType } from '@/types/user';
import { avatars } from '@/config/selection';
import Config from '@/config/config';
const apiServer = Config.apiServer;