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