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