Skip to content

Commit

Permalink
asdsadfghh
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent 4eee23a commit 50650af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Main/firstContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from '@emotion/styled';
import MainImg from '@/assets/Main.svg';
import { Button } from '../common/Button';
import { Button } from '../common/button';

export const FirstContainer = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from '@emotion/styled';
import LogoImg from '@/assets/Logo.svg';
import { useEffect, useState } from 'react';
import { Button } from '@/components/common/Button';
import { Button } from '@/components/common/button';
import { useLocation } from 'react-router-dom';
import { css } from '@emotion/react';

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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 { Button } from '@/components/common/Button';
import { Button } from '@/components/common/button';

export const Main = () => {
return (
Expand Down

0 comments on commit 50650af

Please sign in to comment.