mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
refactor(ui): remove global providers [EE-4128] (#7578)
This commit is contained in:
parent
d3f094cb18
commit
fad376b415
46 changed files with 372 additions and 214 deletions
|
@ -24,6 +24,7 @@ interface State {
|
|||
}
|
||||
|
||||
export const Context = createContext<State | null>(null);
|
||||
Context.displayName = 'SidebarContext';
|
||||
|
||||
export function useSidebarState() {
|
||||
const context = useContext(Context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue