Skip to content

Commit 4ef5958

Browse files
committed
refactor(bem): remove BemWithSpecificContext from MenuContext
Cleaned up MenuContext to remove unused Block/Elem exports. - Removed BemWithSpecificContext import - Removed Block/Elem exports (no longer used after Menu.jsx migration) - Only MenuContext remains (still needed for menu state) - No behavior change Part of Label Studio BEM migration (Additional files)
1 parent 5bac810 commit 4ef5958

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import React from "react";
2-
import { BemWithSpecificContext } from "../../utils/bem";
32

43
export const MenuContext = React.createContext();
5-
export const { Block, Elem } = BemWithSpecificContext();

0 commit comments

Comments
 (0)