Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
xvaara committed Jan 25, 2024
1 parent e4e8f8d commit b825e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Uplot } from './components/Uplot.vue'
export { default as Uplot } from './components/uplot.vue'
2 changes: 1 addition & 1 deletion test/example.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest'
import { mount } from '@vue/test-utils'
import { Uplot } from '../src/index'
import { Uplot } from '../src'

const slotText = 'Test content'
const props = {
Expand Down

0 comments on commit b825e95

Please sign in to comment.