1
0
Fork 0

GarageApp and wisher projects added

GarageApp set up with translation with i18n, this required changes to
routes in src/index.tsx
This commit is contained in:
Techognito 2025-08-06 10:17:09 +02:00
parent 5469a93a57
commit fc84d8c479
17 changed files with 529 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import { APITester } from "./APITester";
import "./index.css";
import { List } from "./wisher/list";
import logo from "./logo.svg";
import reactLogo from "./react.svg";
@ -17,6 +18,7 @@ export function App() {
Edit <code>src/App.tsx</code> and save to test HMR
</p>
<APITester />
<List />
</div>
);
}