You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the dependencies of src/utils.js from other project's modules:
import baseStyle from './styles/init';
import { KEYCHAIN_USER, NANO_CONTRACT_FEATURE_TOGGLE } from './constants';
import { STORE } from './store';
import { TxHistory } from './models';
import { COLORS, STYLE } from './styles/themes';
Here are the rules of the game:
It can only depend of other module that don't have other project's module dependency either
It can't form cycles
The text was updated successfully, but these errors were encountered:
These are the dependencies of
src/utils.js
from other project's modules:Here are the rules of the game:
The text was updated successfully, but these errors were encountered: