Add in Geolocation component

This commit is contained in:
John Lyon-Smith
2018-05-16 12:11:54 -07:00
parent 07f74fbf7d
commit 23d4a95bd6
5 changed files with 84 additions and 35 deletions

View File

@@ -3,6 +3,7 @@ export { Header } from "./Header"
export { OptionStrip } from "./OptionStrip"
export { BubbleLoader } from "./BubbleLoader"
export { ProgressBar } from "./ProgressBar"
export { Geolocation } from "./Geolocation"
export { BoundSwitch } from "./BoundSwitch"
export { BoundInput } from "./BoundInput"
export { FormStaticInput } from "./FormStaticInput"