From 71f4ee4ce207e3f3b5ea9bc89731cbd3246346f1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 28 Feb 2023 00:17:00 +0800 Subject: [PATCH] Hmm messed up the file casing Will need to fix this later --- src/components/shortcuts.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shortcuts.jsx b/src/components/shortcuts.jsx index b8ab396d..c6c24eb3 100644 --- a/src/components/shortcuts.jsx +++ b/src/components/shortcuts.jsx @@ -11,7 +11,7 @@ import states from '../utils/states'; import AsyncText from './AsyncText'; import Icon from './icon'; -import Link from './Link'; +import Link from './link'; import MenuLink from './MenuLink'; function Shortcuts() {