mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 17:32:41 +00:00
refactor: use standard prettier formatting
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import {themeBase, themeColor, themeSuccessBase} from "$lib/style/theme.server"
|
||||
import type {LayoutServerLoad} from "./$types"
|
||||
import {
|
||||
themeBase,
|
||||
themeColor,
|
||||
themeSuccessBase,
|
||||
} from "$lib/style/theme.server";
|
||||
import type { LayoutServerLoad } from "./$types";
|
||||
|
||||
export const load = (async () => ({
|
||||
themeSuccessBase,
|
||||
themeBase,
|
||||
themeColor,
|
||||
})) satisfies LayoutServerLoad
|
||||
})) satisfies LayoutServerLoad;
|
||||
|
||||
Reference in New Issue
Block a user