mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
export const LS_LANG_KEY = 'language';
|
|
export const GOOGLE_SEARCH_URL = 'https://google.com/search?q=';
|
|
export const DATE_FORMAT = 'DD MMM YYYY (HH:mm)';
|