feat routes: update example container indent formatting for my own sanity

This commit is contained in:
prplwtf 2024-01-22 22:11:44 +01:00
parent 7ac80a4714
commit dbe5f4cdd2

View file

@ -4,9 +4,9 @@ import PageContentBlock from '@/components/elements/PageContentBlock';
const ExampleContainer = () => {
return (
<PageContentBlock title={'Example'}>
<>
<p>hello</p>
</>
<>
<p>hello</p>
</>
</PageContentBlock>
);
};