Files
honey-fe/src/routes/cashdesk/-/CashdeskRoute.tsx

6 lines
172 B
TypeScript
Raw Normal View History

2026-03-12 00:42:41 +02:00
import SectionSurface from "@components/surface/SectionSurface";
export default function CashdeskRoute() {
return <SectionSurface>Hello "/cashdesk"!</SectionSurface>;
}