Initial commit
This commit is contained in:
13
pages/templates/content.js
Normal file
13
pages/templates/content.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Main from "../elements/main";
|
||||
import Second from "../elements/second";
|
||||
import Third from "../elements/third";
|
||||
|
||||
export default function Content() {
|
||||
return (
|
||||
<div>
|
||||
<Main />
|
||||
<Second />
|
||||
<Third />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user