import React from "react"; import { CSSTransition } from "./animation"; import "./loader.scss"; export const Loader = () => { return (
); };