This commit is contained in:
9
examples/remix-app/app/routes/_index.tsx
Normal file
9
examples/remix-app/app/routes/_index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Counter } from '~/components/Counter';
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<main>
|
||||
Aptabase + Remix <br /> <Counter />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user