Skip to content

Commit

Permalink
asdfggf
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent 50650af commit fa41d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from '@emotion/styled';
import { FirstContainer } from '@/components/Main/FirstContainer';
import { SecondContainer } from '@/components/Main/SecondContainer';
import { ThirdContainer } from '@/components/Main/ThirdContainer';
import { FirstContainer } from '@/components/Main/firstContainer';
import { SecondContainer } from '@/components/Main/secondContainer';
import { ThirdContainer } from '@/components/Main/thirdContainer';
import { Button } from '@/components/common/button';

export const Main = () => {
Expand Down

0 comments on commit fa41d9c

Please sign in to comment.