docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis

This commit is contained in:
ISA
2025-06-24 08:22:48 +02:00
parent 82a1e11797
commit 0347ec9d98
243 changed files with 1425 additions and 283 deletions

View File

@@ -15,7 +15,7 @@ import { store } from "../redux/store";
<Provider store={store}>
<App />
</Provider>
</Provider>;
```
---
@@ -61,4 +61,8 @@ export const store = configureStore({
```bash
/redux/store.js
```
```
---
[Zurück zur Übersicht](../README.md)