feat: security fixes, loading skeleton, script refactor

This commit is contained in:
NIJAT
2025-12-28 17:27:00 +04:00
parent 686c66cbb0
commit 0eae8240c7
47 changed files with 5660 additions and 2017 deletions

View File

@@ -0,0 +1,12 @@
/**
* Header Components
*
* Components used in the main header area:
* - HowItWorks: Help popup with quick start guide
* - GitHubLink: Link to GitHub repository
* - ContributeLink: Link to contribution guide
*/
export { HowItWorks } from './HowItWorks';
export { GitHubLink } from './GitHubLink';
export { ContributeLink } from './ContributeLink';