[WIP] Add Claim Request
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { useContext } from 'react';
|
||||
//
|
||||
import { AuthContext } from '../contexts/LaravelAuthContext';
|
||||
// import { AuthContext } from '../contexts/Auth0Context';
|
||||
// import { AuthContext } from '../contexts/FirebaseContext';
|
||||
// import { AuthContext } from '../contexts/AwsCognitoContext';
|
||||
import { AuthContext } from '@/contexts/LaravelAuthContext';
|
||||
// import { AuthContext } from '@/contexts/Auth0Context';
|
||||
// import { AuthContext } from '@/contexts/FirebaseContext';
|
||||
// import { AuthContext } from '@/contexts/AwsCognitoContext';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useContext } from 'react';
|
||||
import { CollapseDrawerContext } from '../contexts/CollapseDrawerContext';
|
||||
import { CollapseDrawerContext } from '@/contexts/CollapseDrawerContext';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useContext } from 'react';
|
||||
import { SettingsContext } from '../contexts/SettingsContext';
|
||||
import { SettingsContext } from '@/contexts/SettingsContext';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user