Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 13, 2023
1 parent 9c287b5 commit a43efb3
Show file tree
Hide file tree
Showing 9 changed files with 5,083 additions and 5,097 deletions.
9 changes: 3 additions & 6 deletions packages/benchmark/KanjiLetterComponent.next-yak.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

"use client";
import React, { type FunctionComponent } from 'react';
import { styled as styledYak } from 'next-yak';
"use client";
import React, { type FunctionComponent } from "react";
import { styled as styledYak } from "next-yak";

const JapaneseCard = styledYak.div`
width: 100px;
Expand All @@ -18,7 +17,6 @@ const JapaneseCard = styledYak.div`
}
`;


const Kanji1Character = styledYak(JapaneseCard)`
&:before {
display: block;
Expand Down Expand Up @@ -22519,7 +22517,6 @@ const Kanji2500Character = styledYak(JapaneseCard)`
}
`;


const Wrapper = styledYak.div`
display: flex;
flex-wrap: wrap;
Expand Down
Loading

0 comments on commit a43efb3

Please sign in to comment.