Skip to content

Commit 01619e6

Browse files
committed
fix: projectview client
1 parent bf92680 commit 01619e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/DigitalColleagues/DigitalColleageusLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import type React from "react"
44

55
import { useState } from "react"
6-
import { motion } from "motion/react"
76
import { cn } from "@/lib/utils"
87
import { AppSidebar } from "../AdvancedComponents/AppSidebar"
98
import { AppHeader } from "../AdvancedComponents/app-header"

src/components/Projects/ProjectView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client"
2+
13
import React, { useEffect, useState } from 'react'
24

35
import { ManagementSidebar } from '@/components/DigitalColleagues/ManagementSidebar'

0 commit comments

Comments
 (0)