import * as React from 'react'; import { DotOverlay } from './DotOverlay'; export default { title: 'Atoms/Dot Overlay', }; export const Dark = () => ; export const Light = () => ;