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