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

8 lines
175 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';
export default () => <div />;