mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- integrating sign in with google
- set up dark mode context and other services
This commit is contained in:
12
src/modals/ModalRegistrar.js
Normal file
12
src/modals/ModalRegistrar.js
Normal file
@ -0,0 +1,12 @@
|
||||
import React, { Fragment } from "react";
|
||||
import AuthModal from "./AuthModal";
|
||||
|
||||
const ModalRegistrar = () => {
|
||||
return (
|
||||
<Fragment>
|
||||
<AuthModal />
|
||||
</Fragment>
|
||||
);
|
||||
};
|
||||
|
||||
export default ModalRegistrar;
|
||||
Reference in New Issue
Block a user