Skip to content

Commit 8359a77

Browse files
committed
fix: unused imports
1 parent f14d084 commit 8359a77

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/web/app/home/accept-or-reject-editor.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use client';
22

3-
import cx from 'classnames';
4-
53
import { useState } from 'react';
64

75
import { useSmartAccount } from '~/core/hooks/use-smart-account';

apps/web/app/home/component.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import * as React from 'react';
55

66
import { PLACEHOLDER_SPACE_IMAGE } from '~/core/constants';
77
import { WALLET_ADDRESS } from '~/core/cookie';
8-
import { Proposal } from '~/core/io/dto/proposals';
98
import { fetchProfile } from '~/core/io/subgraph';
109
import {
1110
NavUtils,

0 commit comments

Comments
 (0)