Skip to content

Commit e7ad0ca

Browse files
Removing useless scss imports and files
1 parent 0d04de5 commit e7ad0ca

File tree

28 files changed

+0
-37
lines changed

28 files changed

+0
-37
lines changed

examples/explorer/src/components/Addresses/AddressInfo/AddressInfo.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Table from 'react-bootstrap/Table';
44
import graphql from 'babel-plugin-relay/macro';
55
import { createFragmentContainer } from 'react-relay';
66

7-
import './addressInfo.scss';
87
import EmptyResult from '../../Commons/EmptyResult/EmptyResult';
98
import AddressLink from '../../Commons/AddressLink/AddressLink';
109

examples/explorer/src/components/Addresses/AddressInfo/addressInfo.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/explorer/src/components/Addresses/FullAddressInfo/FullAddressInfo.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { createFragmentContainer } from 'react-relay';
66
import AddressInfo from '../AddressInfo/AddressInfo';
77
import TransactionTable from '../../Transactions/TransactionTable/TransactionTable';
88

9-
import './fullAddressInfo.scss';
10-
119
const FullAddressInfo = ({ address }) => {
1210
const { transactions } = address;
1311
return (

examples/explorer/src/components/Addresses/FullAddressInfo/fullAddressInfo.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/explorer/src/components/Blocks/BlockInfo/BlockInfo.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Table from 'react-bootstrap/Table';
44
import graphql from 'babel-plugin-relay/macro';
55
import { createFragmentContainer } from 'react-relay';
66

7-
import './blockInfo.scss';
87
import BlockLink from '../../Commons/BlockLink/BlockLink';
98
import EpochLink from '../../Commons/EpochLink/EpochLink';
109

examples/explorer/src/components/Blocks/BlockInfo/blockInfo.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/explorer/src/components/Blocks/FullBlockInfo/FullBlockInfo.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import graphql from 'babel-plugin-relay/macro';
44
import { createFragmentContainer } from 'react-relay';
55

6-
import './fullBlockInfo.scss';
76
import EmptyResult from '../../Commons/EmptyResult/EmptyResult';
87
import TransactionTable from '../../Transactions/TransactionTable/TransactionTable';
98
import BlockInfo from '../BlockInfo/BlockInfo';

examples/explorer/src/components/Blocks/FullBlockInfo/fullBlockInfo.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/explorer/src/components/Blocks/RecentBlocks/RecentBlocks.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import graphql from 'babel-plugin-relay/macro';
33
import RecentBlocksTable from '../RecentBlocksTable/RecentBlocksTable';
44
import QueryWrapper from '../../QueryWrapper/QueryWrapper';
55

6-
import './recentBlocks.scss';
7-
86
const allBlocksQuery = graphql`
97
query RecentBlocksQuery {
108
...RecentBlocksTable_data

examples/explorer/src/components/Blocks/RecentBlocks/recentBlocks.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)