From ec51dfbaa2a8339f718e1314d60d50e57073c0d7 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 04:02:40 +0000 Subject: [PATCH] code: snippet,nextjs,id (1 files) --- .../nextjs/src/lib/lua/functions/snippets/get-snippet-by-id.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/nextjs/src/lib/lua/functions/snippets/get-snippet-by-id.ts b/frontends/nextjs/src/lib/lua/functions/snippets/get-snippet-by-id.ts index 32c43b402..ac50a8da1 100644 --- a/frontends/nextjs/src/lib/lua/functions/snippets/get-snippet-by-id.ts +++ b/frontends/nextjs/src/lib/lua/functions/snippets/get-snippet-by-id.ts @@ -1,4 +1,4 @@ -import { LUA_SNIPPETS, type LuaSnippet } from '../snippets/lua-snippets-data' +import { LUA_SNIPPETS, type LuaSnippet } from '../../snippets/lua-snippets-data' /** * Get a snippet by its ID