Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle committed Nov 8, 2023
1 parent 5ad9abf commit b4ed5c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/components/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { template } from "uix/html/template.ts";
return <div>
<h1>UIX Screenshot <b>App</b></h1>
<span>Get a screenshot of any given URL.</span>

<input id="url" value="https://example.com" type={"url"} placeholder={"Enter URL here..."}/>
<div id="submit" onclick:frontend={()=>this.capture()} class="submit active">Capture</div>

Expand Down

0 comments on commit b4ed5c4

Please sign in to comment.