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:
parent
5469a93a57
commit
fc84d8c479
17 changed files with 529 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue