Skip to content

Commit 34aa445

Browse files
committed
fix: use client
1 parent 01619e6 commit 34aa445

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/AdvancedComponents/app-header.tsx

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

33
import { useState } from "react"
44
import { motion } from "motion/react"

src/components/DigitalColleagues/DigitalColleageusLayout.tsx

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

33
import type React from "react"
44

src/components/DigitalColleagues/ManagementSidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use client"
12
import React, { useState } from 'react';
23
import { Card } from '@/components/ui/card';
34
import { Button } from '@/components/ui/button';

src/components/Projects/ProjectView.tsx

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

33
import React, { useEffect, useState } from 'react'
44

0 commit comments

Comments
 (0)