Skip to content

Commit

Permalink
fix #136: uikit-apfel tab-bar import card using extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Oct 23, 2024
1 parent 5ec33a4 commit 02e6afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions packages/kits/apfel/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "../../../.eslintrc",
"rules": {
"import/extensions": "off"
}
"extends": "../../../.eslintrc"
}
2 changes: 1 addition & 1 deletion packages/kits/apfel/src/tab-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import React, {
useRef,
useState,
} from 'react'
import { Card } from './card'
import { Card } from './card.js'
import { colors } from './theme.js'

type TabBarContext = {
Expand Down
5 changes: 1 addition & 4 deletions packages/kits/default/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "../../../.eslintrc",
"rules": {
"import/extensions": "off"
}
"extends": "../../../.eslintrc"
}

0 comments on commit 02e6afd

Please sign in to comment.