mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
9 lines
238 B
TypeScript
9 lines
238 B
TypeScript
const PATHS = {
|
|
AUTHOR: 'https://www.sonny.dev/',
|
|
REPO_GITHUB: 'https://github.com/Sonny93/my-links',
|
|
EXTENSION:
|
|
'https://chromewebstore.google.com/detail/mylinks/agkmlplihacolkakgeccnbhphnepphma',
|
|
} as const;
|
|
|
|
export default PATHS;
|