created proxy for development

This commit is contained in:
2022-01-30 17:21:00 +01:00
parent 7585a53baa
commit 90663f3bfe
3 changed files with 31 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ function App() {
return (
<div>
<h2>App</h2>
<p>Some other stuff</p>
</div>
)
}