🔒 refactor: Apply interface settings to all Roles (#3967)

This commit is contained in:
Danny Avila 2024-09-09 20:15:08 -04:00 committed by GitHub
parent 748b41eda4
commit 0148b9b097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 15 deletions

View file

@ -10,10 +10,10 @@ import {
BreadcrumbList,
BreadcrumbSeparator,
// BreadcrumbEllipsis,
DropdownMenu,
// DropdownMenu,
// DropdownMenuItem,
// DropdownMenuContent,
DropdownMenuTrigger,
// DropdownMenuTrigger,
} from '~/components/ui';
import { useLocalize, useCustomLink, useAuthContext } from '~/hooks';
import AdvancedSwitch from '~/components/Prompts/AdvancedSwitch';