We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69bd0a commit d0a75b5Copy full SHA for d0a75b5
src/webOS/stores/StateManager/StateManager.jsx
@@ -1,5 +1,5 @@
1
import React, { createContext, useContext, useState, useEffect, useRef } from 'react';
2
-import defaultInitialStates from './initialStates.json';
+import defaultInitialStates from './initialstates.json';
3
4
const LOCAL_STORAGE_KEY = 'stateManagerCache';
5
0 commit comments