Skip to content

Commit 4b1a290

Browse files
committed
chore(css): vanilla extract example 삭제
1 parent 2f07d52 commit 4b1a290

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/asd.css.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import React from "react";
2-
import { container } from "./asd.css";
32

43
const Home = () => {
5-
return <div className={container}>asd</div>;
4+
return <div />;
65
};
76

87
export default Home;

0 commit comments

Comments
 (0)