Skip to content

Commit 766ad87

Browse files
committed
Remove unused date picker
1 parent aaa5435 commit 766ad87

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/web/src/app/inputs.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ export function PanelInputs(props: PanelInputsProps) {
1414
Currently selected: <strong>{formattedArea || "-"} km&sup2;</strong>
1515
</p>
1616
</section>
17-
<section>
18-
<h3>Time Period</h3>
19-
<p>
20-
<small>Select one hour from: </small>
21-
</p>
22-
<input type="date" />
23-
</section>
2417
</article>
2518
);
2619
}

0 commit comments

Comments
 (0)