Shun Miyazawa 10 месяцев назад
Родитель
Сommit
ac45f65704

+ 1 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantSidebar/MessageCard/ReactMarkdownComponents/NextLinkWrapper.tsx

@@ -1,6 +1,6 @@
+import React from 'react';
 
 import type { LinkProps } from 'next/link';
-import React from 'react';
 
 import { NextLink } from '~/components/ReactMarkdownComponents/NextLink';