Initialize repo and add session changes (2025-09-08)
This commit is contained in:
11
resources/js/guest/pages/TaskPickerPage.tsx
Normal file
11
resources/js/guest/pages/TaskPickerPage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { Page } from './_util';
|
||||
|
||||
export default function TaskPickerPage() {
|
||||
return (
|
||||
<Page title="Stimmung wählen / Aufgabe ziehen">
|
||||
<p>Stubs for emotion grid and random task.</p>
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user