diff --git a/src/App.js b/src/App.js index 8cdae40..0f7fce8 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,4 @@ import React from 'react'; -import logo from './logo.svg'; import './App.css'; function App() { diff --git a/src/components/Epochs.js b/src/components/Epochs.js new file mode 100644 index 0000000..c652a1c --- /dev/null +++ b/src/components/Epochs.js @@ -0,0 +1,10 @@ +import React from 'react'; +import './Epochs.scss'; + +const Epochs = () => { + return (<> + + ); +} + +export default Epochs; \ No newline at end of file diff --git a/src/components/Epochs.scss b/src/components/Epochs.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Features.js b/src/components/Features.js new file mode 100644 index 0000000..a852fdd --- /dev/null +++ b/src/components/Features.js @@ -0,0 +1,10 @@ +import React from 'react'; +import './Features.scss'; + +const Features = () => { + return (<> + + ); +} + +export default Features; \ No newline at end of file diff --git a/src/components/Features.scss b/src/components/Features.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Output.js b/src/components/Output.js new file mode 100644 index 0000000..27df67e --- /dev/null +++ b/src/components/Output.js @@ -0,0 +1,10 @@ +import React from 'react'; +import './Output.scss'; + +const Output = () => { + return (<> + + ); +} + +export default Output; \ No newline at end of file diff --git a/src/components/Output.scss b/src/components/Output.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/ProtoLang.js b/src/components/ProtoLang.js new file mode 100644 index 0000000..cb935aa --- /dev/null +++ b/src/components/ProtoLang.js @@ -0,0 +1,10 @@ +import React from 'react'; +import './ProtoLang.scss'; + +const ProtoLang = () => { + return (<> + + ); +} + +export default ProtoLang; \ No newline at end of file diff --git a/src/components/ProtoLang.scss b/src/components/ProtoLang.scss new file mode 100644 index 0000000..e69de29