diff --git a/src/components/ProfileSelect.jsx b/src/components/ProfileSelect.jsx new file mode 100644 index 0000000..a96412b --- /dev/null +++ b/src/components/ProfileSelect.jsx @@ -0,0 +1,10 @@ +import React from "react"; +import { v4 as uuidv4 } from "uuid"; + +export default function CountrySelect() { + return ( + + ); +}