Clean frontend files

This commit is contained in:
Romaric Mourgues
2023-04-18 11:22:14 +02:00
parent 1d83a583dc
commit 0ff1cc97d4
547 changed files with 1271 additions and 27036 deletions
@@ -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;
@@ -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 = {