From 4aab4087dc97906d0b9890035401175cdaab32d4 Mon Sep 17 00:00:00 2001 From: blackhao <13851610112@163.com> Date: Fri, 22 Aug 2025 02:51:50 -0500 Subject: 2.0 --- src/App.tsx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/App.tsx (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx deleted file mode 100644 index 9687afc..0000000 --- a/src/App.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import Graph from "./components/Graph"; -import { useCourseData } from "./hooks/useCourseData"; - -export default function App() { - const catalog = useCourseData("/data/catalog_2025_fall.json"); - return ( - <> -

UIUC Course Prerequisite Graph

- - - ); -} -- cgit v1.2.3