edit Leere Liste in Vorgang und Crime
This commit is contained in:
1
src/lib/components/EmptyList.svelte
Normal file
1
src/lib/components/EmptyList.svelte
Normal file
@@ -0,0 +1 @@
|
||||
<p class="flex justify-center m-4">In dieser Liste sind keine Einträge vorhanden</p>
|
||||
@@ -1,3 +1,3 @@
|
||||
import { readFileSync } from 'fs';
|
||||
|
||||
export default JSON.parse(readFileSync('./config.json').toString());
|
||||
export default JSON.parse(readFileSync('./config_prod.json').toString());
|
||||
|
||||
BIN
src/lib/data/tatort.db
Normal file
BIN
src/lib/data/tatort.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user