add router

This commit is contained in:
2025-08-17 20:05:15 -03:00
parent f3a332da8d
commit 3fc315b5fa
4 changed files with 7 additions and 56 deletions

View File

@@ -1,12 +0,0 @@
import { createCookieSessionStorage } from 'react-router'
const { getSession, commitSession, destroySession } =
createCookieSessionStorage({
cookie: {
name: 'session_id',
httpOnly: true,
secure: true
}
})
export { getSession, commitSession, destroySession }