()
| 139 | } |
| 140 | |
| 141 | export function useDefinitions() { |
| 142 | return useContext(DefinitionsContext); |
| 143 | } |
| 144 | |
| 145 | export const LOCALSTORAGE_PROJECT_KEY = "gb_current_project" as const; |
| 146 |
no outgoing calls
no test coverage detected
searching dependent graphs…