Skip to content

Commit 09567c8

Browse files
Merge pull request #2145 from appwrite/integrations-categories-fix
2 parents 4f314b0 + db34c3a commit 09567c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/integrations/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { base } from '$app/paths';
22
import { groupBy } from 'remeda';
33
import type { SearchableCategory } from '$lib/constants';
4-
import { partnerCategoryDescriptions as categoryDescriptions } from '$lib/constants';
4+
import { integrationCategoryDescriptions as categoryDescriptions } from '$lib/constants';
55

66
export type Integration = {
77
title: string;

0 commit comments

Comments
 (0)