Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Jul 24, 2024
1 parent 341d05e commit 64c5186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web-app/src/modules/core/routes/Home/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { gql, useQuery } from '@apollo/client';
import { FC } from 'react';
import { Link } from 'react-router-dom';
import { ArrowUpRightIcon } from '@heroicons/react/20/solid';

import Page from '../../../ui/Page/Page';
import TransactionsTable from '../../../ui/UserTransactionsTable';
import Stats from './Stats';
import { OL_DISCORD_URL } from '../../../../contants';

const GET_USER_TRANSACTIONS = gql`
query GetUserTransactions {
Expand Down

0 comments on commit 64c5186

Please sign in to comment.