Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Oct 4, 2024
1 parent 77787ad commit f285e10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,15 @@ function App() {
<EditorPage {...passProps} />
</Route>
<Route path={"/agency"}>
<iframe width="100%" height="100%" src="https://elliotbraem-buildagency.web.val.run" title="Val Town" frameborder="0" allow="web-share" allowfullscreen></iframe>
<iframe
width="100%"
height="100%"
src="https://elliotbraem-buildagency.web.val.run"
title="Val Town"
frameborder="0"
allow="web-share"
allowfullscreen
></iframe>
</Route>
<Route path={"/:path*"}>
<BosLoaderBanner />
Expand Down

0 comments on commit f285e10

Please sign in to comment.