Skip to content

Commit

Permalink
fix(tab): déplacement du niveau d'écoute des événements de clavier
Browse files Browse the repository at this point in the history
  • Loading branch information
lab9fr committed May 22, 2023
1 parent b6ab77a commit faa7252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/component/tab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ import { TabButton } from './script/tab/tab-button.js';
import { TabsGroup } from './script/tab/tabs-group.js';
import { TabsList } from './script/tab/tabs-list.js';
import { TabSelector } from './script/tab/tab-selector.js';
import { TabEmission } from './script/tab/tab-emission.js';

api.tab = {
TabPanel: TabPanel,
TabButton: TabButton,
TabsGroup: TabsGroup,
TabsList: TabsList,
TabSelector: TabSelector
TabSelector: TabSelector,
TabEmission: TabEmission
};

export default api;

0 comments on commit faa7252

Please sign in to comment.