Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotaro612 committed Feb 23, 2025
1 parent 27975f4 commit 43ede2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/text-field/label/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { makeStyleSheet } from "../../styles";

import styles from "./styles.css?inline";

export class SpTextFieldLabel extends HTMLElement {
Expand Down
1 change: 0 additions & 1 deletion src/components/text-field/x-large/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { makeStyleSheet } from "../../styles";
import { type SpTextFieldErrorMessage } from "../error-message";
import { type SpTextFieldLabel } from "../label";
import { type SpTextFieldXLargeInput } from "./input";

import styles from "./styles.css?inline";

export class SpTextFieldXLarge extends HTMLElement {
Expand Down
1 change: 0 additions & 1 deletion src/components/text-field/x-large/input/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { makeStyleSheet } from "../../../styles";

import styles from "./styles.css?inline";

export class SpTextFieldXLargeInput extends HTMLElement {
Expand Down

0 comments on commit 43ede2f

Please sign in to comment.