Initial commit
This commit is contained in:
Executable
Executable
+11
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
class Main extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>В разработке!</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Main;
|
||||
Reference in New Issue
Block a user