mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user