1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/content/tabs/sample.astro

5 lines
95 B
Text
Raw Normal View History

2023-09-12 03:56:37 -04:00
---
export const name = 'Sample'
export const icon = 'vial'
export const options = 'active'
---