import React from 'react'; import { Button } from './button'; export const Demo1 = () => { return ( ); }; export const Demo2 = () => { return ( ); };