mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import * as React from 'react';
|
|
import { DemoPicker } from './DemoPicker';
|
|
|
|
export default {
|
|
title: 'Molecules/Role Demos',
|
|
};
|
|
|
|
export const Picker = () => <DemoPicker />;
|