Skip to content

Commit 12d3392

Browse files
committed
Fix help route.
1 parent 4df2d90 commit 12d3392

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/app/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
import type { ConfContainer } from '$lib/Conf';
116116
import electronAPI from '$lib/electronAPI';
117117
import ConfigEditor from '$lib/ConfigEditor.svelte';
118-
import Help from './_help.svelte';
118+
import Help from './help/+page.svelte';
119119
120120
let configs: ConfContainer[] = [];
121121
let activeIndex = 0;

0 commit comments

Comments
 (0)