Skip to content

Instantly share code, notes, and snippets.

@kingsley-einstein
Created September 13, 2020 20:29
Show Gist options
  • Save kingsley-einstein/9a2ff7397c5b5e3902ad80559ada19f9 to your computer and use it in GitHub Desktop.
Save kingsley-einstein/9a2ff7397c5b5e3902ad80559ada19f9 to your computer and use it in GitHub Desktop.
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