introducing profile Select
This commit is contained in:
parent
547ba3fdd7
commit
8f1c2495fc
10
src/components/ProfileSelect.jsx
Normal file
10
src/components/ProfileSelect.jsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import React from "react";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
|
||||
export default function CountrySelect() {
|
||||
return (
|
||||
<select className='profile-select'>
|
||||
<option className='country-select__country-list'>salut</option>;
|
||||
</select>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user