Repository URL to install this package:
|
Version:
0.0.15 ▾
|
// is in routing bah...
const wording = {
myaccount: 'MY ACCOUNT',
signout: 'SIGN OUT',
welcome: 'Welcome, ',
guest: 'Guest',
userName: 'Username',
orders: '',
fillColor: {
fill1: '#292929',
fill2: '#FFF',
},
activeFillColor: {
fill1: '#FFF',
fill2: 'var(--color-blue)',
},
};
const routes = {
logout: '/logout',
};
export { routes };
export { wording };
//# sourceMappingURL=fixture.js.map