A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/markerikson/project-minimek/commit/07a9c688cb4eaee7aa1939064cd9ea730fc54b90 below:

Extract tab panels into separate feature folders · markerikson/project-minimek@07a9c68 · GitHub

File tree Expand file treeCollapse file tree 9 files changed

+28

-8

lines changed

Filter options

Expand file treeCollapse file tree 9 files changed

+28

-8

lines changed Original file line number Diff line number Diff line change

@@ -5,18 +5,14 @@ import {

5 5

} from "semantic-ui-react";

6 6 7 7

import TabBarContainer from "./features/tabs/TabBarContainer";

8 +

import UnitInfo from "features/unitInfo/UnitInfo";

9 +

import Pilots from "features/pilots/Pilots";

10 +

import Mechs from "features/mechs/Mechs";

11 +

import UnitOrganization from "features/unitOrganization/UnitOrganization";

8 12 9 13 10 14

import './App.css';

11 15 12 -

const UnitInfo = () => <div>Unit Info content</div>;

13 - 14 -

const Pilots = () => <div>Pilots content</div>;

15 - 16 -

const Mechs = () => <div>Mechs content</div>;

17 - 18 -

const UnitOrganization = () => <div>Unit Organization content</div>;

19 - 20 16

class App extends Component {

21 17

render() {

22 18

const tabs = [

Original file line number Diff line number Diff line change

@@ -0,0 +1,5 @@

1 +

import React from "react";

2 + 3 +

const Mechs = () => <div>Mechs content</div>;

4 + 5 +

export default Mechs;

Original file line number Diff line number Diff line change

@@ -0,0 +1 @@

1 +

export {default} from "./Mechs";

Original file line number Diff line number Diff line change

@@ -0,0 +1,5 @@

1 +

import React from "react";

2 + 3 +

const Pilots = () => <div>Pilots content</div>;

4 + 5 +

export default Pilots;

Original file line number Diff line number Diff line change

@@ -0,0 +1 @@

1 +

export {default} from "./Pilots";

Original file line number Diff line number Diff line change

@@ -0,0 +1,5 @@

1 +

import React from "react";

2 + 3 +

const UnitInfo = () => <div>Unit Info content</div>;

4 + 5 +

export default UnitInfo;

Original file line number Diff line number Diff line change

@@ -0,0 +1 @@

1 +

export {default} from "./UnitInfo";

Original file line number Diff line number Diff line change

@@ -0,0 +1,5 @@

1 +

import React from "react";

2 + 3 +

const UnitOrganization = () => <div>Unit Organization content</div>;

4 + 5 +

export default UnitOrganization;

Original file line number Diff line number Diff line change

@@ -0,0 +1 @@

1 +

export {default} from "./UnitOrganization";

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4