Update _index.tsx

This commit is contained in:
Tommy D. Rossi
2025-12-30 17:39:52 +01:00
parent d88012324c
commit 45ca51bc35
+1 -1
View File
@@ -1,7 +1,7 @@
import { redirect } from 'react-router';
export const loader = () => {
return redirect('https://github.com/remorses/playwriter');
throw redirect('https://github.com/remorses/playwriter');
};
export default function Index() {