mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
7149d1fdff
* site: add offline support * test update * Revert "test update" This reverts commit e1cb2fba80e44c7d4c248656a4d020cdfb323c0e. * use reduce
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
/**
|
|
* 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 />;
|