import styles from './index.module.scss'; /* eslint-disable-next-line */ export interface ShopProps {} export function Shop(props: ShopProps) { return (

Welcome to Shop!

); } export default Shop;