Skip to content

Commit 2933bb5

Browse files
committed
Remove ahrefs stuff
1 parent 53e6c1e commit 2933bb5

File tree

4 files changed

+0
-335
lines changed

4 files changed

+0
-335
lines changed

client/dune

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,3 @@
66
(preprocess
77
(pps melange.ppx reason-react-ppx))
88
(module_systems commonjs))
9-
10-
(melange.emit
11-
(alias client)
12-
(target header)
13-
(modules header)
14-
(libraries melange shared_js reason-react styled-ppx.css styled-ppx.emotion)
15-
(preprocess
16-
(pps melange.ppx reason-react-ppx))
17-
(module_systems commonjs))

client/header.re

Lines changed: 0 additions & 4 deletions
This file was deleted.

shared/native/lib/Ahrefs.re

Lines changed: 0 additions & 321 deletions
This file was deleted.

shared/native/lib/Theme.re

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module Color = {
1717
let black = Css.black;
1818
let reason = Css.hex("db4d3f");
1919
let react = Css.hex("149eca");
20-
let ahrefs = Css.hex("ff8800");
2120
let lightGrey = Css.hex("c1c5cd");
2221
let darkGrey = Css.hex("292a2d");
2322
let backgroundBox = Css.hex("2e3c56");

0 commit comments

Comments
 (0)