Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Nov 29, 2024
1 parent 81ddb8d commit 5a8d685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import styled from 'styled-components';
import AccountCard from './AccountCard';
import AccountCard from '../AccountCard';
import { mainFunction } from './src/app/coinjoin/main_function.jsx';

const MainContainer = styled.div`
padding: 2rem;
Expand Down

0 comments on commit 5a8d685

Please sign in to comment.