6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import PlaygroundArticlePage from 'components/playground/PlaygroundArticlePage'
|
|
|
|
export { getServerSideProps } from 'components/playground/PlaygroundArticlePage'
|
|
|
|
export default PlaygroundArticlePage
|