complete export/import cycle and remove sample data

This commit is contained in:
2026-02-21 01:34:26 +02:00
parent c5e96371ea
commit da0c65956e
5 changed files with 177 additions and 796 deletions

View File

@@ -6,7 +6,6 @@ use tauri::Manager;
mod database;
mod commands;
mod os_detection;
mod seed;
pub struct AppState {
pub db: Mutex<Connection>,
@@ -155,7 +154,6 @@ pub fn run() {
commands::update_recurring_invoice,
commands::delete_recurring_invoice,
commands::check_recurring_invoices,
commands::seed_sample_data,
])
.setup(|app| {
#[cfg(desktop)]