aboutsummaryrefslogtreecommitdiff
path: root/src/View/Layout.ml
diff options
context:
space:
mode:
authorJoris2022-07-05 21:55:41 +0200
committerJoris2023-01-28 09:35:55 +0100
commit063d8ef9eaf874a941f4459e831057dd0a1b7ddd (patch)
treec4a8b27cb8fdb5d1dc26c560c7483c9593f40dac /src/View/Layout.ml
parent2936f06576997bffe7903ea840df563a408efc21 (diff)
downloadmap-main.tar.gz
map-main.tar.bz2
map-main.zip
Rewrite in TSmain
Diffstat (limited to 'src/View/Layout.ml')
-rw-r--r--src/View/Layout.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/View/Layout.ml b/src/View/Layout.ml
deleted file mode 100644
index db1e234..0000000
--- a/src/View/Layout.ml
+++ /dev/null
@@ -1,9 +0,0 @@
-let section attrs content =
- H.div
- (HA.concat attrs [| HA.class_ "g-Layout__Section" |])
- content
-
-let line attrs content =
- H.div
- (HA.concat attrs [| HA.class_ "g-Layout__Line" |])
- content