Adds <MetaTags>

This commit is contained in:
Rob Cameron
2022-02-08 14:53:19 -08:00
parent ab61793bcf
commit eebbfbd103
7 changed files with 31 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
import ArticlePage from './ArticlePage'
export const generated = () => {
return <ArticlePage />
}
export default { title: 'Pages/ArticlePage' }