@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
10 lines (9 loc) • 551 B
JavaScript
/**
* 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 { SmallStyle } from './LinksCommon';
import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
export const gitEasyContents = createRepoLinks(baseMyRepos + 'generic-solution', '_blank', 'Easy Contents', SmallStyle, 'EasyContents');
//# sourceMappingURL=gitEasyContents.js.map