mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
8 lines
175 B
React
8 lines
175 B
React
|
/**
|
||
|
* 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 />;
|