refactor(shortcut): lowercase folder naming (#182)

* refactor: lowercase folder shortcut naming

* chore: rename and will be rename

* chore: rename folder shortcut
This commit is contained in:
Aslam
2024-09-30 20:47:39 +07:00
committed by GitHub
parent 3e7c8cf38a
commit f10d341c58
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import type { Viewport } from "next"
import { Sidebar } from "@/components/custom/sidebar/sidebar"
import { CommandPalette } from "@/components/custom/command-palette/command-palette"
import { LearnAnythingOnboarding } from "@/components/custom/learn-anything-onboarding"
import { Shortcut } from "@/components/custom/Shortcut/shortcut"
import { Shortcut } from "@/components/custom/shortcut/shortcut"
import { GlobalKeyboardHandler } from "@/components/custom/global-keyboard-handler"
export const viewport: Viewport = {