export const START_TAB = "start"; export const PLAN_TAB = "plan"; export const BUILD_TAB = "build"; export const VERIFY_TAB = "verify"; export const COLLABORATE_TAB = "collaborate"; export const SHIP_TAB = "ship";