Skip to content

Commit 849c146

Browse files
add style folder and react-dyn-tabs.css
in the root directory and move all css files from src subfolders into it.
1 parent 6682d02 commit 849c146

File tree

10 files changed

+233
-239
lines changed

10 files changed

+233
-239
lines changed

src/panel/index.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/panel/panel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { useContext, memo } from 'react';
2-
import './index.css';
32
import { ApiContext, ForceUpdateContext } from '../utils/context.js';
43
import panelPropsManager from './panelPropsManager.js';
54
const Panel = memo(function Panel(props) {

src/panelList/panelList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { memo } from 'react';
2-
import './index.css';
32
import Panel from '../panel/panel.js';
43
import { ApiContext, StateContext } from '../utils/context.js';
54
const PanelList = memo(function PanelList(props) {

src/tab/tab.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { memo } from "react";
2-
import "./index.css";
32
import { ApiContext, ForceUpdateContext } from "../utils/context.js";
43
import TabPropsManager from './tabPropsManager.js';
54
const Tab = memo(

0 commit comments

Comments
 (0)