Skip to content

Commit

Permalink
silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed May 31, 2024
1 parent e00a599 commit 5634aa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/prop-house-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
} from '@rainbow-me/rainbowkit';
import { PropHouseProvider, ipfs } from '@prophouse/sdk-react';
import '@rainbow-me/rainbowkit/styles.css';
import CreateRound from './pages/CreateRound';
import MainApp from './pages/MainApp';
import RoundOrHouseRouter from './components/RoundOrHouseRouter';
import bgColorFor, { BgColorElement } from './utils/bgColorFor';
Expand Down
1 change: 0 additions & 1 deletion packages/prop-house-webapp/src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { isMobile } from 'web3modal';
import Button, { ButtonColor } from '../Button';
import bgColorFor, { BgColorElement } from '../../utils/bgColorFor';
import { IoSettingsSharp } from 'react-icons/io5';
import mixpanel from 'mixpanel-browser';

const NavBar = () => {
const location = useLocation();
Expand Down

0 comments on commit 5634aa5

Please sign in to comment.