This commit is contained in:
binwiederhier 2022-12-13 15:19:40 -05:00
parent 4e4d410803
commit 4bf2fb85e3
7 changed files with 194 additions and 41 deletions

View file

@ -3,6 +3,7 @@ import {shortUrl} from "../app/utils";
const routes = {
home: "/",
pricing: "/pricing",
login: "/login",
signup: "/signup",
app: config.appRoot,