8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
|
|
import { appConstants } from '..';
|
||
|
|
|
||
|
|
export const quickLinks = [
|
||
|
|
{
|
||
|
|
title: appConstants.routeFactory.home.title,
|
||
|
|
},
|
||
|
|
] as any[];
|