UNPKG

next-http-proxy-middleware

Version:
13 lines (8 loc) 309 B
import React from "react"; import classNames from "classnames/bind"; import styles from "./index.scss"; const cx = classNames.bind(styles); function __templateNameToPascalCase__() { return <div className={cx("__templateNameToParamCase__")}>Hello :)</div>; } export default __templateNameToPascalCase__;