File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 5
5
import * as React from 'react' ;
6
6
import { Component } from 'react' ;
7
7
import 'intro.js/introjs.css' ;
8
- import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
9
- import { faQuestion } from '@fortawesome/free-solid-svg-icons' ;
10
8
import { tutorialSaveSeriesToggle , setCurrentTabInApp } from '../actions/actions' ;
11
9
import { TutorialProps , TutorialState , StepsObj } from '../FrontendTypes' ;
12
10
//Must be required in. This enables compatibility with TS. If imported in, throws ts error of not rendering steps as a class component correctly.
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
- import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
3
- import {
4
- faUpload ,
5
- faDownload ,
6
- faSquare ,
7
- faColumns ,
8
- faUnlock ,
9
- faLock ,
10
- } from '@fortawesome/free-solid-svg-icons' ;
11
2
import { importSnapshots , toggleMode } from '../actions/actions' ;
12
3
import { useStoreContext } from '../store' ;
13
4
import { Button } from '@mui/material' ;
You can’t perform that action at this time.
0 commit comments