We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757433 commit ec1192aCopy full SHA for ec1192a
src/components/calculators/UnitConverter.tsx
@@ -2,7 +2,7 @@ import { useState } from 'react'
2
import { Button } from '../ui/Button'
3
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '../ui/Card'
4
import { Input } from '../ui/Input'
5
-import { Tabs, TabsList, TabsTrigger, TabsContent } from '../ui/Tabs'
+// import { Tabs, TabsList, TabsTrigger, TabsContent } from '../ui/Tabs'
6
7
// Conversion factors
8
const conversions = {
0 commit comments