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

9 lines
169 B
React
Raw Normal View History

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