diff --git a/front/src/components/RoundButton.tsx b/front/src/components/RoundButton.tsx new file mode 100644 index 0000000..8c2e092 --- /dev/null +++ b/front/src/components/RoundButton.tsx @@ -0,0 +1,26 @@ +export default function RoundButton({url, bgcolor, text}) { + return (
+ +
) +} \ No newline at end of file