Files
feishin/src/renderer/features/search/components/command.tsx
T
Jeff c1330d92b2 Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration

* various design changes and improvements
2025-06-24 00:04:36 -07:00

12 lines
216 B
TypeScript

import { Command as Cmdk } from 'cmdk';
import './command.css';
export enum CommandPalettePages {
GO_TO = 'go',
HOME = 'home',
MANAGE_SERVERS = 'servers',
}
export const Command = Cmdk as typeof Cmdk;