react/app/routes/test.tsx
jank e551781de0
Some checks failed
Build and Push Docker Image / Build (push) Failing after 46s
Build and Push Docker Image / Package (push) Has been skipped
chore: Initial
2025-09-10 12:04:00 +02:00

3 lines
59 B
TypeScript

export default function Test() {
return <h1>test</h1>;
}