Created
September 13, 2020 20:29
-
-
Save kingsley-einstein/9a2ff7397c5b5e3902ad80559ada19f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { AuthModel } from "./auth"; | |
import { SessionModel } from "./session"; | |
export const User = new AuthModel(); | |
export const Session = new SessionModel(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment