Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / shared / lib / docs / urls.ts
blobe9054f6633e12822d391dd2299ce675abdeee83e
1 import { PLANS } from '@proton/payments/index';
3 import { getAppHref } from '../apps/helper';
4 import { APPS } from '../constants';
6 export const DOCS_SIGNUP = getAppHref('/docs/signup', APPS.PROTONACCOUNT);
7 export const DOCS_SIGNUP_FREE = getAppHref(`/docs/signup?plan=${PLANS.FREE}`, APPS.PROTONACCOUNT);
8 export const DOCS_SIGNIN = getAppHref('/docs', APPS.PROTONACCOUNT);