Skip to content

Commit

Permalink
evaluation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Krivtsov committed Oct 14, 2024
1 parent 34b45da commit fd13d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/[locale]/(dashboard)/messages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import ChatHistory from '@/components/chat/chat-history';
import ChatPartnerWrapper from '@/components/chat/chat-partner-card';
import ChatCardSkeleton from '@/components/ui/skeletons/chart-card-skeleton';
import ModalProfileWarning from '@/components/modals/modal-profile-warning';
import { TChatPartner, useChatStore } from '@/stores/chat-store';
import useUserStore from '@/stores/user';
import { TChatPartner, useChatStore } from '@/stores/chat-store';

const MessagesPage = () => {
const t = useTranslations();
Expand Down
2 changes: 1 addition & 1 deletion src/app/[locale]/(dashboard)/notifications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { Frown, Meh } from 'lucide-react';

import ModalProfileWarning from '@/components/modals/modal-profile-warning';
import NotificationCardSkeleton from '@/components/ui/skeletons/notification-card-skeleton';
import { useNotificationStore } from '@/stores/notification-store';
import useUserStore from '@/stores/user';
import { formatApiDateLastUpdate } from '@/utils/format-date';
import { useNotificationStore } from '@/stores/notification-store';

const NotificationsPage = () => {
const t = useTranslations();
Expand Down

0 comments on commit fd13d4c

Please sign in to comment.