ant-design/site/theme/template/AppShell.jsx
2019-08-06 15:31:59 +08:00

10 lines
203 B
JavaScript

/**
* Empty component for app shell
* See https://github.com/NekR/offline-plugin/blob/master/docs/app-shell.md
*/
import React from 'react';
const AppShell = () => <div />;
export default AppShell;