Skip to content

Commit

Permalink
forget lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker committed Dec 17, 2023
1 parent f97573c commit f7295bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/(browse)/_components/sidebar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getRecommended } from "@/lib/recommended-service";
import { Recommended, RecommendedSkeleton } from "./recommended";
import { Toggle } from "./toggle";
import { Toggle, ToggleSkeleton } from "./toggle";
import { Wrapper } from "./wrapper";

export const Sidebar = async () => {
Expand All @@ -19,6 +19,7 @@ export const Sidebar = async () => {
export const SidebarSkeleton = () => {
return (
<aside className="fixed left-0 flex flex-col w-[70px] lg:w-60 h-full bg-background border-r border-[#2D2E35] z-50">
<ToggleSkeleton />
<RecommendedSkeleton />
</aside>
);
Expand Down

0 comments on commit f7295bd

Please sign in to comment.