feat routes
: update example container indent formatting for my own sanity
This commit is contained in:
parent
7ac80a4714
commit
dbe5f4cdd2
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ import PageContentBlock from '@/components/elements/PageContentBlock';
|
|||
const ExampleContainer = () => {
|
||||
return (
|
||||
<PageContentBlock title={'Example'}>
|
||||
<>
|
||||
<p>hello</p>
|
||||
</>
|
||||
<>
|
||||
<p>hello</p>
|
||||
</>
|
||||
</PageContentBlock>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue