Skip to content

Commit

Permalink
Fix help route.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 26, 2023
1 parent 4df2d90 commit 12d3392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
import type { ConfContainer } from '$lib/Conf';
import electronAPI from '$lib/electronAPI';
import ConfigEditor from '$lib/ConfigEditor.svelte';
import Help from './_help.svelte';
import Help from './help/+page.svelte';
let configs: ConfContainer[] = [];
let activeIndex = 0;
Expand Down
File renamed without changes.

0 comments on commit 12d3392

Please sign in to comment.