Merged in feat/card-grid-ui (pull request #332)

Feat/card grid ui

Approved-by: Simon.Emanuelsson
This commit is contained in:
Matilda Landström
2024-07-09 11:16:44 +00:00
parent ada65b8612
commit bb422f804d
10 changed files with 43 additions and 81 deletions

View File

@@ -1,5 +1,4 @@
import Dynamic from "./Dynamic"
import Scrollable from "./Scrollable"
import Stackable from "./Stackable"
export default function Grids() {
@@ -7,5 +6,4 @@ export default function Grids() {
}
Grids.Dynamic = Dynamic
Grids.Scrollable = Scrollable
Grids.Stackable = Stackable