add last minute tweaks found while writing docs
This commit is contained in:
parent
ab22ebc967
commit
3bc98bc3a6
15 changed files with 45 additions and 15 deletions
14
imports/ui/pages/ExamplePage/ExamplePage.js
Normal file
14
imports/ui/pages/ExamplePage/ExamplePage.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import React from 'react';
|
||||
import Page from '../Page/Page';
|
||||
|
||||
const ExamplePage = () => (
|
||||
<div className="ExamplePage">
|
||||
<Page
|
||||
title="My Example Page"
|
||||
subtitle="A subtitle for my example page."
|
||||
page="example-page"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default ExamplePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue