Remove all remaining mentions of "subscriptions"
This commit is contained in:
parent
4aa750a0fe
commit
dd765787e8
15 changed files with 45 additions and 71 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue