wip: add harmony color palette

This commit is contained in:
Ren Amamiya
2023-10-09 19:05:50 +07:00
parent 8930300fb5
commit d20ee26e22
5 changed files with 21 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
)]
use std::time::Duration;
use tauri::{Manager, WindowEvent};
use tauri::{Manager};
use tauri_plugin_autostart::MacosLauncher;
use tauri_plugin_sql::{Migration, MigrationKind};
use webpage::{Webpage, WebpageOptions};