import React from "react"; // TODO move loading bar css into design system. This currently references classes in the main repo // TODO write storybook story export default function LoadingBar() { return (
); }