Files
my-links/app/core/constants/paths.ts
2024-12-24 00:26:16 +01:00

9 lines
258 B
TypeScript

const PATHS = {
AUTHOR: 'https://www.sonny.dev/?utm_source=mylinks',
REPO_GITHUB: 'https://github.com/my-links/my-links',
EXTENSION:
'https://chromewebstore.google.com/detail/mylinks/agkmlplihacolkakgeccnbhphnepphma',
} as const;
export default PATHS;