Skip to content

Commit 5b45f3a

Browse files
committed
Move back to Support folder
1 parent b160ea8 commit 5b45f3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/SupportDropdownMenu.tsx renamed to src/components/Support/SupportDropdownMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState, useEffect, useRef, lazy, Suspense, MouseEvent } from '
22
import { useDoc } from '@docusaurus/plugin-content-docs/client';
33
import { useLocation } from "@docusaurus/router";
44

5-
// Lazy-load AssistantModal
5+
// Lazy-load AssistantModal.
66
const AssistantModal = lazy(() => import('./AssistantModal'));
77

88
const SupportDropdownMenu: React.FC = () => {

0 commit comments

Comments
 (0)