pull/352/head
Lucas Nogueira 2 years ago
parent 2469c8a74c
commit a4a1090901
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -69,6 +69,7 @@ import type {
UnlistenFn,
} from "@tauri-apps/api/event";
import { TauriEvent } from "@tauri-apps/api/event";
// TODO: use from @tauri-apps/api v2
import { emit, listen, once } from "./event";
type Theme = "light" | "dark";

Loading…
Cancel
Save