diff --git a/public/index.html b/public/index.html index 96f3895..aeea272 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,10 @@
- + { diff --git a/src/components/Loader/index.tsx b/src/components/Loader/index.tsx deleted file mode 100644 index e787ada..0000000 --- a/src/components/Loader/index.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from "react"; -import styled from "@emotion/styled"; -import { keyframes } from "@emotion/react"; - -type LoaderProps = { - children: React.ReactNode; -}; - -export default function Loader({ children }: LoaderProps) { - return ( -{data?.errand.detail}
- > - ) : ( - - )} -