feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
11
components/TempDesignSystem/Grids/index.tsx
Normal file
11
components/TempDesignSystem/Grids/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Dynamic from "./Dynamic"
|
||||
import Scrollable from "./Scrollable"
|
||||
import Stackable from "./Stackable"
|
||||
|
||||
export default function Grids() {
|
||||
return null
|
||||
}
|
||||
|
||||
Grids.Dynamic = Dynamic
|
||||
Grids.Scrollable = Scrollable
|
||||
Grids.Stackable = Stackable
|
||||
Reference in New Issue
Block a user