♻️ refactor(helpers): refactor the helpers folder and related imports
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import React, { useEffect, useState, useContext } from 'react';
|
||||
import { API, showError, showInfo, showSuccess } from '../../helpers';
|
||||
import {
|
||||
API,
|
||||
showError,
|
||||
showInfo,
|
||||
showSuccess,
|
||||
renderQuota,
|
||||
renderQuotaWithAmount,
|
||||
stringToColor,
|
||||
} from '../../helpers/render';
|
||||
stringToColor
|
||||
} from '../../helpers';
|
||||
import {
|
||||
Layout,
|
||||
Typography,
|
||||
|
||||
Reference in New Issue
Block a user