ant-design/site/theme/template/AppShell.tsx
lijianan 480cb3cbc3
fix: remove defaultProps (#37815)
* fix: remove defaultProps

* fix: remove defaultProps

* fix: update snap

* fix: fix

* fix: fix
2022-09-30 15:58:34 +08:00

11 lines
216 B
TypeScript

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