ant-design/site/theme/template/AppShell.jsx

10 lines
203 B
React
Raw Normal View History

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