Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCoopeR-62 committed Aug 14, 2023
1 parent baea516 commit 7f17337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/demo-react/components/contractTesting/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import StakeForm from './StakeForm';
import WrapForm from './WrapForm';
import WithdrawalsForm from './WithdrawalsForm';
import StakeForm from './stakeForm';
import WrapForm from './wrapForm';
import WithdrawalsForm from './withdrawalsForm';

const ContractTesting = () => {
return (
Expand Down

0 comments on commit 7f17337

Please sign in to comment.