UNPKG

276 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = Screen;
7
8/**
9 * Empty component used for specifying route configuration.
10 */
11function Screen(_) {
12 /* istanbul ignore next */
13 return null;
14}
15//# sourceMappingURL=Screen.js.map
\No newline at end of file