refactor: extract constants into consts.ts, add prettier tailwind plugin for class sorting

This commit is contained in:
DuroCodes
2024-05-13 20:03:29 -04:00
parent fdf1d78c92
commit f581fb260d
15 changed files with 42 additions and 27 deletions

2
src/utils/consts.ts Normal file
View File

@@ -0,0 +1,2 @@
export const GITHUB_URL = "https://github.com/sern-handler";
export const DISCORD_URL = "https://discord.gg/DwbF5H5JgQ";