We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f314b0 + db34c3a commit 09567c8Copy full SHA for 09567c8
src/routes/integrations/+page.ts
@@ -1,7 +1,7 @@
1
import { base } from '$app/paths';
2
import { groupBy } from 'remeda';
3
import type { SearchableCategory } from '$lib/constants';
4
-import { partnerCategoryDescriptions as categoryDescriptions } from '$lib/constants';
+import { integrationCategoryDescriptions as categoryDescriptions } from '$lib/constants';
5
6
export type Integration = {
7
title: string;
0 commit comments