Button exercise: testing component via boostrap
parent
f2639f4fc8
commit
339e914e82
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
export const Button = () => {
|
||||||
|
return (
|
||||||
|
<button type="button" className="btn btn-primary">Primary</button>
|
||||||
|
)
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue