update node_modules packages, started components: main, price, etc
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React, { useState} from "react";
|
||||
/* import Template from "../assets/images/Template1.svg"; */
|
||||
|
||||
const Subscribe = () => {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<p>Subscribe ok!</p>
|
||||
</React.Fragment>
|
||||
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
export default Subscribe;
|
||||
Reference in New Issue
Block a user