Skip to content

Commit

Permalink
Merge branch 'chore-upgrade-to-v8-rc1' into pre-release-v8-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 8, 2024
2 parents 0c86ca2 + 62e0148 commit 55ed9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { OptionGroup } from '../components/Select';
import semver, { lte, major, minor, patch, prerelease, rcompare, valid } from 'semver';
import { lte, major, minor, patch, prerelease, rcompare, valid } from 'semver';
import v7x from './v7.0.0/index';
import v8x from './v8.0.0/index';

Expand Down

0 comments on commit 55ed9c0

Please sign in to comment.