projeto-hit/frontend/src/components/LoadingScreen/Loading.jsx

10 lines
152 B
JavaScript

import React from "react";
import LoadingStyled from "./Loading.style"
const Loading = () => {
return <LoadingStyled/>;
};
export default Loading;