Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat/redirect-product (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdilouraoui authored Nov 14, 2023
1 parent b46d87f commit 1087302
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/produit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import React from "react";
import SEO from "../components/seo";
import { useRedirect } from "../hooks/useRedirect";

React;

const Produit = () => {
useRedirect("/");
return (
<>
<SEO title="Produit" />;
<SEO title="Produit" />
</>
);
};
Expand Down

0 comments on commit 1087302

Please sign in to comment.