Skip to content

Commit ad16d10

Browse files
author
Sharon
committed
fix broken import
1 parent 3f2a1ad commit ad16d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(main)/api/skills/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NextResponse } from 'next/server';
2-
import { getProfileSkills } from '../../../integrations/directus';
2+
import { getProfileSkills } from 'integrations/directus';
33

44
export async function GET() {
55
try {

0 commit comments

Comments
 (0)