Skip to content

Commit

Permalink
Add mising component
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijesh Bittu committed Sep 26, 2024
1 parent bd24163 commit 76e39c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/pigment-css-next-app/src/components/Test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { styled } from "@pigment-css/react";

export const Test = styled.h1({
fontSize: '2rem'
})

0 comments on commit 76e39c7

Please sign in to comment.