refactor(control): rename file_display.db to database

This commit is contained in:
2026-01-06 19:01:43 +01:00
parent c4d7f8e0e4
commit 4325ffc4aa
7 changed files with 6 additions and 6 deletions
@@ -1,4 +1,4 @@
import { db } from './files_display.db';
import { db } from './database';
import { get_display_by_id } from './stores/displays';
import {
get_current_folder_elements,