add other projects
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { Route } from './+types'
|
||||
|
||||
import { redirect } from 'react-router'
|
||||
|
||||
export async function loader({ params }: Route.LoaderArgs) {
|
||||
const { orgid } = params
|
||||
throw redirect(`/${orgid}/main`)
|
||||
}
|
||||
Reference in New Issue
Block a user