Skip to content

Commit

Permalink
fix: fix confi tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 24, 2021
1 parent 8fdeb25 commit 966324a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions examples/starter/.config/runtime.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
import React from 'react';
import { RunOnlyConfiguration, defaultRunConfig } from "@component-controls/core";
import { TestingPage } from "./TestingPage";
import {
RunOnlyConfiguration,
defaultRunConfig,
} from '@component-controls/core';
import { TestingPage } from './TestingPage';

const config: RunOnlyConfiguration = {
title: `awLib`,
description: `Some description meta.`,
author: 'my name',
pages: {
story: {
tabs: [
...defaultRunConfig.pages.story.tabs,
{ title: 'Testing', render: () => <TestingPage /> },
],
},
},

};

export default config;
export default config;

0 comments on commit 966324a

Please sign in to comment.