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
Commit 7016374a authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '78-ci-fix-lint' into 'master'

Resolve "ci: fix lint"

Closes #78

See merge request !50
parents e92a4670 73843116
No related branches found
No related tags found
1 merge request!50Resolve "ci: fix lint"
Pipeline #5096 passed
/* eslint-disable react/prop-types */
import React from "react"; import React from "react";
import styles from "./TextRight.module.css"; import useBaseUrl from "@docusaurus/useBaseUrl";
import useBaseUrl from '@docusaurus/useBaseUrl';
export default function TextRight({children, img}) { export default function TextRight({children, img}) {
return ( return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment