From 01fca8ae0b536ad35fe6c72272dcffa7e8422dbe Mon Sep 17 00:00:00 2001 From: Aatman Vaidya Date: Thu, 8 Aug 2024 14:00:48 +0530 Subject: [PATCH] fix: import error uli-for-ts page (#611) --- uli-website/src/pages/uli-for-ts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uli-website/src/pages/uli-for-ts.mdx b/uli-website/src/pages/uli-for-ts.mdx index 7b82241a..69b0374f 100644 --- a/uli-website/src/pages/uli-for-ts.mdx +++ b/uli-website/src/pages/uli-for-ts.mdx @@ -1,4 +1,4 @@ -import ContentPageShell from "../../components/molecules/ContentPageShell.jsx" +import ContentPageShell from "../components/molecules/ContentPageShell.jsx"