[@react.component]
let make = () => {
{React.string("Bloody Shovel 5")}
{React.string("Oh hai")}
;
// let _lol = conn;
// let make = (~conn) => {
};
// [@react.component]
// let make = (~conn: Query.conn) => {
// let posts =
// switch (Query.get_poasts(conn)) {
// | Ok(posts) => posts
// | Error(_) => []
// };
//
//
//
// {React.string("Bloody Shovel 5")}
//
//
// {React.string("Oh hai")}
//
// {posts
// |> List.map(post =>
// -
// {React.string(post.title)}
//
// )
// |> React.array}
//
//
// ;
// };