@@ -1,5 +1,6 @@
import React from "react";
import styled, { keyframes } from "styled-components";
+import styles from './Loading.module.css'
const Wrapper = styled.div`
display: flex;
@@ -0,0 +1 @@
+export { default } from './Loading';