Skip to content

Commit

Permalink
feat :: 이미지 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 2, 2024
1 parent 24e68de commit 7145988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/user/src/pages/SignIn.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import styled from '@emotion/styled';
import SignImg from '../assets/sign.svg';
import { theme, Input, Button } from '@merge/design-system';
import { useState } from 'react';

Expand Down Expand Up @@ -26,6 +27,7 @@ export const SignIn = () => {
return (
<Wrapper>
<Container1>
<img src={SignImg} />
</Container1>
<Container2>
<Title>
Expand Down
2 changes: 2 additions & 0 deletions packages/user/src/pages/SignUp.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import styled from '@emotion/styled';
import SignImg from '../assets/sign.svg';
import { theme, Input, Button } from '@merge/design-system';
import { useState } from 'react';

Expand Down Expand Up @@ -26,6 +27,7 @@ export const SignUp = () => {
return (
<Wrapper>
<Container1>
<img src={SignImg} />
</Container1>
<Container2>
<Title>
Expand Down

0 comments on commit 7145988

Please sign in to comment.