1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-08 17:27:40 +01:00
smov/src/setup/constants.ts

5 lines
203 B
TypeScript
Raw Normal View History

2022-12-27 17:08:01 +01:00
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
2022-12-27 21:04:57 +01:00
export const GITHUB_LINK = "https://github.com/movie-web/movie-web";
2023-03-13 21:42:36 +01:00
export const APP_VERSION = "3.0.6";
2023-02-21 21:45:14 +01:00
export const GA_ID = "G-44YVXRL61C";