Skip to content

Commit

Permalink
chore: remove useless module Spread
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobslisboa committed Apr 14, 2024
1 parent 8ced8b5 commit 0797ae1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/Routes_handler.re
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
type nodeList;
type document;

module Spread = {
let make = (~props, ~children) => React.cloneElement(children, props);
};

let rec joinUrlPaths = paths =>
switch (paths) {
| [] => "/"
Expand Down

0 comments on commit 0797ae1

Please sign in to comment.