mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-18 00:03:23 +02:00
feat: security fixes, loading skeleton, script refactor
This commit is contained in:
12
src/components/header/index.ts
Normal file
12
src/components/header/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user