1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00

generic quartz component for layout

This commit is contained in:
Jacky Zhao
2023-06-07 22:27:32 -07:00
parent dde36fa558
commit 317cce9314
11 changed files with 77 additions and 58 deletions

View File

@@ -0,0 +1,3 @@
export default function() {
return <div class="spacer"></div>
}