Skip to content

Commit 5160c30

Browse files
committed
deleted unused fort awesome imports
1 parent b7f5430 commit 5160c30

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/app/components/Tutorial.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import * as React from 'react';
66
import { Component } from 'react';
77
import 'intro.js/introjs.css';
8-
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
9-
import { faQuestion } from '@fortawesome/free-solid-svg-icons';
108
import { tutorialSaveSeriesToggle, setCurrentTabInApp } from '../actions/actions';
119
import { TutorialProps, TutorialState, StepsObj } from '../FrontendTypes';
1210
//Must be required in. This enables compatibility with TS. If imported in, throws ts error of not rendering steps as a class component correctly.

src/app/containers/ButtonsContainer.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
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';
112
import { importSnapshots, toggleMode } from '../actions/actions';
123
import { useStoreContext } from '../store';
134
import { Button } from '@mui/material';

0 commit comments

Comments
 (0)