forked from jappel/leistungsbilanz-ts
first commit
This commit is contained in:
commit
c3e98af5b6
36 changed files with 4779 additions and 0 deletions
4
src/frontend/components/README.md
Normal file
4
src/frontend/components/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Components Placeholder
|
||||
|
||||
Reusable UI components for project, distribution board, and consumer tables.
|
||||
|
||||
5
src/frontend/pages/README.md
Normal file
5
src/frontend/pages/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Frontend Placeholder
|
||||
|
||||
Frontend implementation will move here in the next step (React/Next.js).
|
||||
The backend API, domain logic, and SQLite persistence are now prepared.
|
||||
|
||||
4
src/frontend/utils/README.md
Normal file
4
src/frontend/utils/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Frontend Utils Placeholder
|
||||
|
||||
Shared UI utility helpers will be implemented during the Next.js migration step.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue