import * as React from "react" import _Slider from "react-slick" import Head from "next/head" export default (props) => [ ( ), <_Slider {...props} key={1} /> ] as any