Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Mar 1, 2024
1 parent fa6989a commit 164a9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/+layout.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { search } from "$lib/api/documents";
import { getPinnedAddons } from "$lib/api/addons.js";
import { getPinnedAddons } from "$lib/api/addons";

export async function load({ url, fetch }) {
const query = url.searchParams.get("q") || "";
Expand Down

0 comments on commit 164a9c3

Please sign in to comment.