Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-wt committed Dec 20, 2024
1 parent 257195b commit b2d6823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/user-app/components/AppbarClient.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client"
import { signIn, signOut, useSession } from "next-auth/react";
import { Appbar } from "@repo/ui/appbar";
import {Appbar} from "../../../packages/ui/src/appbar";
import { useRouter } from "next/navigation";

export function AppbarClient() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\""

},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"./button": "./src/button.tsx",
"./card": "./src/card.tsx",
"./code": "./src/code.tsx",
"./appbar": "./src/Appbar.tsx",
"./center": "./src/Center.tsx",
"./select": "./src/Select.tsx",
"./textinput": "./src/TextInput.tsx"
"./textinput": "./src/TextInput.tsx",
"./appbar": "./src/Appbar.tsx"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
Expand Down

0 comments on commit b2d6823

Please sign in to comment.