Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jan 28, 2024
1 parent 0606206 commit d47b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readFile, writeFile } from 'fs/promises';
import { readFile } from 'fs/promises';
import { dev } from '$app/environment';
import yaml from 'js-yaml';
import type { Configuration, Dashboard, Translations } from '$lib/Types';
Expand Down

0 comments on commit d47b47b

Please sign in to comment.