Skip to content

Commit

Permalink
chore(css): vanilla extract example 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Mar 4, 2024
1 parent 2f07d52 commit 4b1a290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions app/asd.css.ts

This file was deleted.

3 changes: 1 addition & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from "react";
import { container } from "./asd.css";

const Home = () => {
return <div className={container}>asd</div>;
return <div />;
};

export default Home;

0 comments on commit 4b1a290

Please sign in to comment.