Skip to content

Commit

Permalink
Merge pull request #23 from NJUPT-SAST/dev-uni
Browse files Browse the repository at this point in the history
fix: select error
  • Loading branch information
MaxtuneLee authored Mar 29, 2024
2 parents d8d5cfd + 4bdf957 commit 010c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-universal/lib/components/Select/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LitElement, html } from "lit";
import { customElement, property, query, state } from "lit/decorators.js";
import { customElement, property, state } from "lit/decorators.js";
import styles from "./index.scss?inline";
import React from "react";
import { createComponent } from "@lit/react";
Expand Down

0 comments on commit 010c24f

Please sign in to comment.