0
0
JRJose Romero
This code redirects the user to the specified URL.
Library: remix
Shortcut: remix.redirect
import { redirect } from "remix";
return redirect(pathToRedirect)
0
0
JRJose Romero
This code redirects the user to the specified URL.
Library: remix
Shortcut: remix.redirect
import { redirect } from "remix";
return redirect(pathToRedirect)