mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
style: logo header
This commit is contained in:
5
apps/client/app/routes/root.tsx
Normal file
5
apps/client/app/routes/root.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "react-router";
|
||||
|
||||
export const clientLoader = async () => {
|
||||
return redirect("/volumes");
|
||||
};
|
||||
Reference in New Issue
Block a user