refactor: change the import path for AuthProvider in (auth) layout
This commit is contained in:
parent
1d0a216dd0
commit
f623be052c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import AuthProvider from "../../components/shared/providers/AuthProvider";
|
import AuthProvider from "@/components/shared/providers/AuthProvider";
|
||||||
|
|
||||||
export default function AdminLayout({
|
export default function AdminLayout({
|
||||||
children
|
children
|
||||||
|
|
Loading…
Reference in a new issue