Skip to content

Commit 5d53c87

Browse files
wojcik91Maciej Wójcik
and
Maciej Wójcik
authored
chore: remove empty SCSS files pt. 2 (#993)
* remove empty SCSS files * remove invalid imports --------- Co-authored-by: Maciej Wójcik <[email protected]>
1 parent be1b342 commit 5d53c87

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

web/src/pages/devices/modals/StandaloneDeviceConfigModal/StandaloneDeviceConfigModal.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './style.scss';
2-
31
import { useEffect } from 'react';
42
import { shallow } from 'zustand/shallow';
53

web/src/pages/users/UserProfile/UserAuthenticationKeys/AuthenticationKeyList/AuthenticationKeyItemYubiKey/AuthenticationKeyItemYubiKey.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './style.scss';
2-
31
import classNames from 'classnames';
42
import { saveAs } from 'file-saver';
53
import { useCallback, useMemo, useState } from 'react';

web/src/pages/users/shared/modals/RenameApiTokenModal/RenameApiTokenModal.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './styles.scss';
2-
31
import { zodResolver } from '@hookform/resolvers/zod';
42
import { useMutation, useQueryClient } from '@tanstack/react-query';
53
import { AxiosError } from 'axios';

web/src/pages/users/shared/modals/RenameAuthenticationKeyModal/RenameAuthenticationKeyModal.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './styles.scss';
2-
31
import { zodResolver } from '@hookform/resolvers/zod';
42
import { useMutation, useQueryClient } from '@tanstack/react-query';
53
import { AxiosError } from 'axios';
-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// this is prepended to all .scss files so all mixins and helpers can be used anywhere
22
@forward './bootstrap/';
33
@forward './mixins';
4-
@forward './animations';
54
@forward '../../defguard-ui/scss/typography';
65
@forward '../../defguard-ui/scss/helpers/mixins';

0 commit comments

Comments
 (0)