Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotaro612 committed Feb 27, 2025
1 parent 53f27c4 commit 907b6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/text-field-unit/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import './error-message';
import "./error-message";
import "./input";
import "./label";

import { makeStyleSheet } from "../styles";
import { type SpTextFieldErrorMessage } from "./error-message";
import { type SpTextFieldLabel } from "./label";
import { type SpTextFieldXLargeInput } from "./input";
import { type SpTextFieldLabel } from "./label";
import styles from "./styles.css?inline";

export class SpTextFieldXLarge extends HTMLElement {
Expand Down

0 comments on commit 907b6fd

Please sign in to comment.