mirror of https://github.com/hashicorp/consul
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
import Homepage, { getStaticProps } from './home'
|
||
|
|
||
|
export default Homepage
|
||
|
|
||
|
export { getStaticProps }
|