mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
12 lines
216 B
TypeScript
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;
|