mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import * as React from 'react';
|
|
import { Landing } from './Landing';
|
|
|
|
export default {
|
|
title: 'Organisms/Landing',
|
|
};
|
|
|
|
export const Landing_ = () => <Landing />;
|