Update Entwicklerdokumentation authored by s88999's avatar s88999
......@@ -214,7 +214,7 @@ contract DEX is ERC20Base {
payable(msg.sender).transfer(ethBought);
}
}
```
## Frontend-Entwicklung
......@@ -242,3 +242,4 @@ function MyApp({ Component, pageProps }) {
}
export default MyApp;
```
\ No newline at end of file