mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-21 01:01:42 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
8
app/routes/chat.$id.tsx
Normal file
8
app/routes/chat.$id.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { json, type LoaderFunctionArgs } from '@remix-run/cloudflare';
|
||||
import { default as IndexRoute } from './_index';
|
||||
|
||||
export async function loader(args: LoaderFunctionArgs) {
|
||||
return json({ id: args.params.id });
|
||||
}
|
||||
|
||||
export default IndexRoute;
|
||||
Loading…
Add table
Add a link
Reference in a new issue