Files
honey-fe/src/routes/cashdesk/-/CashdeskRoute.tsx
Hewston Fox 55bf63e215
Some checks failed
Deploy to VPS (dist) / deploy (push) Failing after 46s
feat: add design system
2026-03-12 00:42:41 +02:00

6 lines
172 B
TypeScript

import SectionSurface from "@components/surface/SectionSurface";
export default function CashdeskRoute() {
return <SectionSurface>Hello "/cashdesk"!</SectionSurface>;
}