Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 29, 2023
1 parent 99c50dd commit ebd4e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions databox/client/src/components/Ui/flagIcons.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {ReactComponent as acIcon} from 'flag-icons/flags/4x3/ac.svg';
import {ReactComponent as adIcon} from 'flag-icons/flags/4x3/ad.svg';
import {ReactComponent as aeIcon} from 'flag-icons/flags/4x3/ae.svg';
import {ReactComponent as afIcon} from 'flag-icons/flags/4x3/af.svg';
Expand Down Expand Up @@ -64,7 +63,6 @@ import {ReactComponent as dkIcon} from 'flag-icons/flags/4x3/dk.svg';
import {ReactComponent as dmIcon} from 'flag-icons/flags/4x3/dm.svg';
import {ReactComponent as doIcon} from 'flag-icons/flags/4x3/do.svg';
import {ReactComponent as dzIcon} from 'flag-icons/flags/4x3/dz.svg';
import {ReactComponent as eaIcon} from 'flag-icons/flags/4x3/ea.svg';
import {ReactComponent as ecIcon} from 'flag-icons/flags/4x3/ec.svg';
import {ReactComponent as eeIcon} from 'flag-icons/flags/4x3/ee.svg';
import {ReactComponent as egIcon} from 'flag-icons/flags/4x3/eg.svg';
Expand Down Expand Up @@ -224,7 +222,6 @@ import {ReactComponent as svIcon} from 'flag-icons/flags/4x3/sv.svg';
import {ReactComponent as sxIcon} from 'flag-icons/flags/4x3/sx.svg';
import {ReactComponent as syIcon} from 'flag-icons/flags/4x3/sy.svg';
import {ReactComponent as szIcon} from 'flag-icons/flags/4x3/sz.svg';
import {ReactComponent as taIcon} from 'flag-icons/flags/4x3/ta.svg';
import {ReactComponent as tcIcon} from 'flag-icons/flags/4x3/tc.svg';
import {ReactComponent as tdIcon} from 'flag-icons/flags/4x3/td.svg';
import {ReactComponent as tfIcon} from 'flag-icons/flags/4x3/tf.svg';
Expand Down Expand Up @@ -266,7 +263,6 @@ import {ReactComponent as zmIcon} from 'flag-icons/flags/4x3/zm.svg';
import {ReactComponent as zwIcon} from 'flag-icons/flags/4x3/zw.svg';

export const flagIcons = {
'ac': acIcon,
'ad': adIcon,
'ae': aeIcon,
'af': afIcon,
Expand Down Expand Up @@ -332,7 +328,6 @@ export const flagIcons = {
'dm': dmIcon,
'do': doIcon,
'dz': dzIcon,
'ea': eaIcon,
'ec': ecIcon,
'ee': eeIcon,
'eg': egIcon,
Expand Down Expand Up @@ -492,7 +487,6 @@ export const flagIcons = {
'sx': sxIcon,
'sy': syIcon,
'sz': szIcon,
'ta': taIcon,
'tc': tcIcon,
'td': tdIcon,
'tf': tfIcon,
Expand Down
1 change: 0 additions & 1 deletion databox/client/src/components/Workflow/WorkflowView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
WorkflowHeader,
WorkflowPlayground,
} from '@alchemy/visual-workflow';
import '@alchemy/visual-workflow/style.css';
import RouteDialog from '../Dialog/RouteDialog';
import AppDialog from '../Layout/AppDialog';

Expand Down

0 comments on commit ebd4e52

Please sign in to comment.