import React from 'react'; import { Tile } from '@breakaway/preact-core'; export const TileBasic: React.FunctionComponent = () => (
);