mirror of
https://github.com/mgerb/react-starter
synced 2026-01-11 09:32:51 +00:00
init
This commit is contained in:
12
app/pages/New.js
Normal file
12
app/pages/New.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
export default class New extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
Test new page
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user