Skip to content

Commit

Permalink
Removed components to packages (#50)
Browse files Browse the repository at this point in the history
* Removed components to packages

* updated import statements
  • Loading branch information
Sujal7ss authored Jun 9, 2024
1 parent ce60727 commit 9df7854
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Bangers } from "next/font/google";
import "./globals.css";
import Navbar from "./navbar";
import Navbar from "../../../packages/components/navbar";
import { Metadata } from "next";
import { FC, ReactNode } from "react";

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9df7854

Please sign in to comment.