feat: remove fathom

This commit is contained in:
jinhojang6 2023-10-14 01:53:48 +09:00
parent cbd93ca132
commit c74d0df50d
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import { Tasks } from "./components/tasks";
import People from "./components/people";
import Contact from "./components/contact";
import Footer from "./components/footer";
import Fathom from "./components/fathom";
import "./App.css";
import Payouts from "./components/payouts";
import Tiers from "./components/tiers";
@ -25,7 +24,6 @@ function App() {
<People />
<Contact />
<Footer />
<Fathom />
</div>
);
}