// Copyright (c) 2017 PlanGrid, Inc. import React from "react"; import "../styles/loading.scss"; export const Loading: React.FC = () => (
);