import React from "react"; import { Link } from "react-router-dom"; import "./page-auth.css"; export const AuthWrapper = ({ children }) => { return (