generated from dwd/boilarplate-remix-tailwind-antd
frst Layout
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import TestComponent from '../component/TestComponent'
|
||||
import type { MetaFunction } from "@remix-run/node";
|
||||
import TestComponent from '../components/TestComponent'; // Fix typo here
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<div>
|
||||
<TestComponent />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
<TestComponent />
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { MetaFunction } from "@remix-run/node";
|
||||
import TestComponent from '../component/TestComponent'; // Fix typo here
|
||||
import TestComponent from '../components/TestComponent'; // Fix typo here
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user