Skip to content

Commit

Permalink
fix: fix codeSnippets path
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 30, 2023
1 parent e9e37d0 commit 47aed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/code-snippets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextApiRequest, NextApiResponse } from 'next';

import { queryCodeSnippets } from '@/queries/codeSnippets';
import { queryCodeSnippets } from '@/queries/code-snippets';

import { CodeSnippet } from '@/types/CodeSnippet';

Expand Down

0 comments on commit 47aed10

Please sign in to comment.