فهرست منبع

Turn Loading into module

Kirk Trombley 5 سال پیش
والد
کامیت
c74b8c223d

+ 0 - 0
client/src/components/util/GameCreationForm/index.jsx → client/src/components/util/GameCreationForm/index.js


+ 1 - 0
client/src/components/util/Loading.jsx → client/src/components/util/Loading/Loading.jsx

@@ -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
client/src/components/util/Loading/Loading.module.css


+ 1 - 0
client/src/components/util/Loading/index.js

@@ -0,0 +1 @@
+export { default } from './Loading';