generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import type { MetaFunction } from "@remix-run/node";
|
||||
import TestComponent from '../components/StudentDashboard-no-content'; // Fix typo here
|
||||
import TimeLine from '~/components/Timeline';
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<div>
|
||||
<TestComponent />
|
||||
<TimeLine />
|
||||
{/* <TestComponent /> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user