···11import React, { Component } from 'react';
22import { isNil } from 'lodash';
33-import { Grid, Button, Header, Segment, Image, Table } from 'semantic-ui-react';
33+import { Grid, Button, Header, Image, Table } from 'semantic-ui-react';
44import { toast } from 'react-toastify';
55import * as moment from 'moment';
66import { History } from 'history';
···1818import stroopIcon from '../../experiments/stroop/icon.png';
1919import multitaskingIcon from '../../experiments/multitasking/icon.png';
2020import searchIcon from '../../experiments/search/icon.png';
2121-import customIcon from '../../experiments/custom/icon.png';
2121+// import customIcon from '../../experiments/custom/icon.png';
2222import appLogo from '../../assets/common/app_logo.png';
2323import divingMan from '../../assets/common/divingMan.svg';
2424import {
···3939import EEGExplorationComponent from '../EEGExplorationComponent';
4040import { SignalQualityData } from '../../constants/interfaces';
4141import { getExperimentFromType } from '../../utils/labjs/functions';
4242-import { languagePluginLoader } from '../../utils/pyodide/pyodide';
4242+4343const { dialog } = remote;
4444-45444645const HOME_STEPS = {
4746 // TODO: maybe change the recent and new labels, but not necessary right now