Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "ci: build fail"

Merged Hugues requested to merge 13-ci-build-fail into master
All threads resolved!
Files
3
+ 0
23
import React from "react";
import Layout from "@theme/Layout";
function Dummy() {
return (
<Layout title="Dummy Page">
<div
style={{
display: "flex",
justifyContent: "center",
alignItems: "center",
height: "50vh",
fontSize: "20px",
}}>
<p>
Page factice penser à créer une vrais page !
</p>
</div>
</Layout>
);
}
export default Dummy;
Loading