File size: 119 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
export { getStaticProps } from '../lib/utils'

export default function ImportGsp({ gsp }) {
  return `import-${gsp}`
}