File size: 183 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
export const config = { amp: 'hybrid' }
export default () => (
<amp-layout className="abc" layout="responsive" width="1" height="1">
<span>Hello World</span>
</amp-layout>
)
|