Files
react-native-paper/docs/pages/6.showcase.js
2019-07-10 08:57:47 +02:00

17 lines
321 B
JavaScript

/* @flow */
import * as React from 'react';
import Showcase from './src/Showcase';
export default class ShowcasePage extends React.Component<{}> {
render() {
return <Showcase />;
}
}
export const meta = {
title: 'Showcase',
description: 'Showcase for applications build with Paper',
link: 'showcase',
};