UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

11 lines (10 loc) 692 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;' */ import { createRepoLinks } from '../CreateLinks'; import { baseFPSRepos, baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls'; import { SmallStyle } from './LinksCommon'; export const gitGFeedback = createRepoLinks(baseMyRepos + 'GMF-Feedback', '_blank', 'GMF-Feedback', SmallStyle, 'GMFFeedback'); export const gitCorpFeedback = createRepoLinks(baseFPSRepos + 'Corp-Feedback', '_blank', 'Corp-Feedback', SmallStyle, 'CorpFeedback'); //# sourceMappingURL=gitCorpFeedback.js.map