Skip to content

Commit

Permalink
Update chat-menu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlabs authored Aug 14, 2023
1 parent 40fccc6 commit baa68fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/chat/chat-menu/chat-menu.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import { FC, useEffect, useState } from 'react';
import { Menu, MenuContent, MenuFooter, MenuHeader } from '@/components/menu';
import { FindAllChatThreadForCurrentUser } from '@/features/chat/chat-services/chat-thread-service';
Expand Down

0 comments on commit baa68fc

Please sign in to comment.