UNPKG

primer-react

Version:
9 lines (6 loc) 141 B
import React from 'react' import ComponentPage from './components' const Index = () => { return <ComponentPage /> } export default Index