mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
import {themeBase, themeColor, themeSuccessBase} from "$lib/style/theme.server"
|
|
import type {LayoutServerLoad} from "./$types"
|
|
|
|
export const load = (async () => ({
|
|
themeSuccessBase,
|
|
themeBase,
|
|
themeColor,
|
|
})) satisfies LayoutServerLoad
|