test
This commit is contained in:
7
src/components/authenticated.jsx
Normal file
7
src/components/authenticated.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
import { AuthenticationProvider } from "../contexts";
|
||||
|
||||
export const Authenticated = ({ children }) => {
|
||||
return <AuthenticationProvider>{children}</AuthenticationProvider>;
|
||||
};
|
1
src/components/index.js
Normal file
1
src/components/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./authenticated";
|
Reference in New Issue
Block a user