formatting

This commit is contained in:
Darius
2026-02-06 15:43:14 +01:00
parent 350d7dee3e
commit a8280ce27f
6 changed files with 62 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
import type { API_HA_DeskPosition, TidalGetCurrent } from "@dpu/shared";
import type { FastifyInstance } from "fastify";
import { z } from "zod";
import { type HomepageService } from "./service.js";
import { type API_HA_DeskPosition, type TidalGetCurrent } from "@dpu/shared";
import type { HomepageService } from "./service.js";
export async function homepageRoutes(
fastify: FastifyInstance,