Skip to content

Commit

Permalink
chore: pandacss 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lurgi committed Jul 15, 2024
1 parent 560ee77 commit 38677fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
24 changes: 0 additions & 24 deletions panda.config.ts

This file was deleted.

18 changes: 2 additions & 16 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
import { styled } from 'styled-system/jsx';
import cat from '@/assets/images/cat.svg';

const StyledDiv = styled.div`
background-color: red;
width: 100px;
`;
import ApplicantCard from './components/ApplicantCard';

export default function App() {
return (
<StyledDiv className="app">
<img
src={cat}
alt="cat"
/>
렛서 판다 붐은 온다
</StyledDiv>
);
return <ApplicantCard />;
}
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './styled-system/styles.css';

import App from './App';

Expand Down

0 comments on commit 38677fa

Please sign in to comment.