fix
This commit is contained in:
@@ -2,11 +2,9 @@ import type { Route } from './+types/konviva'
|
|||||||
|
|
||||||
import { redirect } from 'react-router'
|
import { redirect } from 'react-router'
|
||||||
|
|
||||||
import { userContext } from '@repo/auth/context'
|
import { userContext, cloudflareContext } from '@repo/auth/context'
|
||||||
import type { User } from '@repo/auth/auth'
|
import type { User } from '@repo/auth/auth'
|
||||||
|
|
||||||
import { cloudflareContext } from 'workers/app'
|
|
||||||
|
|
||||||
const konvivaApi = 'https://lms.saladeaula.digital'
|
const konvivaApi = 'https://lms.saladeaula.digital'
|
||||||
|
|
||||||
export async function loader({ context }: Route.LoaderArgs) {
|
export async function loader({ context }: Route.LoaderArgs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user