Skip to content

Commit

Permalink
chore :: file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 4, 2024
1 parent d9f609d commit 10a62c4
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 10a62c4

Please sign in to comment.