mirror of
https://github.com/linsa-io/linsa.git
synced 2026-02-24 03:14:55 +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 = {
|
||||
|
||||
@@ -20,7 +20,7 @@ import { Avatar, AvatarImage } from "@/components/ui/avatar"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { Feedback } from "./feedback"
|
||||
import { showShortcutAtom } from "@/components/custom/Shortcut/shortcut"
|
||||
import { showShortcutAtom } from "@/components/custom/shortcut/shortcut"
|
||||
import { ShortcutKey } from "@/components/minimal-tiptap/components/shortcut-key"
|
||||
import { useKeyboardManager } from "@/hooks/use-keyboard-manager"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.6.3",
|
||||
"@clerk/nextjs": "^5.6.4",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user