Added about page

This commit is contained in:
Jori Lallo
2018-01-21 23:56:08 -08:00
parent fa1b6f9b4f
commit b99ed0cee3
5 changed files with 159 additions and 8 deletions

View File

@ -52,3 +52,11 @@ export function changelog(): string {
export function signin(): string {
return '/auth/slack';
}
export function about(): string {
return '/about';
}
export function privacy(): string {
return '/privacy';
}