Adding work item details to activity

This commit is contained in:
John Lyon-Smith
2018-06-04 19:01:12 -07:00
parent cffa0734b8
commit e09a8b87de
6 changed files with 153 additions and 70 deletions

View File

@@ -3,10 +3,12 @@ export { Header } from "./Header"
export { OptionStrip } from "./OptionStrip"
export { BubbleLoader } from "./BubbleLoader"
export { ProgressBar } from "./ProgressBar"
export { PhotoPanel } from "./PhotoPanel"
export { Geolocation } from "./Geolocation"
export { BoundSwitch } from "./BoundSwitch"
export { BoundInput } from "./BoundInput"
export { FormStaticInput } from "./FormStaticInput"
export { FormStaticPhotoPanel } from "./FormStaticPhotoPanel"
export { FormStaticOptionStrip } from "./FormStaticOptionStrip"
export { BoundButton } from "./BoundButton"
export { BoundOptionStrip } from "./BoundOptionStrip"