Skip to content

Commit 9a1d996

Browse files
update input to install from components
1 parent 933d43b commit 9a1d996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/nextjs-nativewind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@method-inc/toolbar": "workspace:*",
4141
"@method-inc/tooltip": "workspace:*",
4242
"@method-inc/types": "workspace:*",
43-
"@method-inc/input": "workspace:*",
43+
"@method-inc/components/input": "workspace:*",
4444
"class-variance-authority": "^0.7.0",
4545
"clsx": "^2.1.1",
4646
"lucide-react-native": "^0.451.0",

apps/nextjs-nativewind/src/components/ui/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import * as React from 'react';
4-
import * as InputPrimitive from '@method-inc/input';
4+
import * as InputPrimitive from '@method-inc/components/input';
55
import { TextInputProps } from 'react-native';
66

77
const Input = (props: TextInputProps) => {

0 commit comments

Comments
 (0)