mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
7149d1fdff
* site: add offline support
* test update
* Revert "test update"
This reverts commit e1cb2fba80
.
* 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 />;
|