Remove all remaining mentions of "subscriptions"

This commit is contained in:
Lars Karlitski 2017-10-17 17:00:26 +02:00 committed by Martin Pitt
parent 4aa750a0fe
commit dd765787e8
15 changed files with 45 additions and 71 deletions

View file

@ -18,12 +18,12 @@
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
*/
import React from 'react';
import { Subscriptions } from './subscriptions-view.jsx';
import { StarterKit } from './starter-kit-view.jsx';
function render() {
React.render(
React.createElement(
Subscriptions,
StarterKit,
{title: "Sample Page"}
),
document.getElementById('app')