-
Lotte Hofstede authored563cf6e8
routes.ts 123 B
export const ROUTES: string[] = [
'home',
'items/:id',
'collections/:id',
'communities/:id',
'search',
'**'
];
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
export const ROUTES: string[] = [
'home',
'items/:id',
'collections/:id',
'communities/:id',
'search',
'**'
];