diff --git a/front/index.html b/front/index.html index e4b78ea..a8290b7 100644 --- a/front/index.html +++ b/front/index.html @@ -5,6 +5,7 @@
No articles found
} {loading &&Loading...
} {error &&{error}
} diff --git a/front/src/components/Button.tsx b/front/src/components/Button.tsx index 654bda5..3f548fd 100644 --- a/front/src/components/Button.tsx +++ b/front/src/components/Button.tsx @@ -1,14 +1,14 @@ import { ReactNode, MouseEventHandler } from 'react'; interface ButtonProps { - onClick: MouseEventHandler