Clean frontend files
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
import Observable from 'app/deprecated/Observable/Observable';
|
||||
import Observable from '@deprecated/Observable/Observable';
|
||||
|
||||
type NodeType = React.RefObject<HTMLDivElement | ChildNode> | React.MutableRefObject<any> | any;
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ import React, { FC } from 'react';
|
||||
|
||||
import { ArrowUp, ArrowDown } from 'react-feather';
|
||||
import { Button } from 'antd';
|
||||
import Languages from 'app/features/global/services/languages-service';
|
||||
import Languages from '@features/global/services/languages-service';
|
||||
import './notifications.scss';
|
||||
|
||||
type PropsType = {
|
||||
|
||||
Reference in New Issue
Block a user