Skip to content

Commit

Permalink
Update import statement in directus.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
podlomar committed Feb 14, 2024
1 parent 6c51ae0 commit 625ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/lib/directus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
readItem,
createItem,
} from '@directus/sdk';
import { CourseDef, TopicSource } from 'kodim-cms/esm/content/topic';
import { CourseDef, TopicSource } from 'kodim-cms/esm/content/division';

export interface User {
id: string;
Expand Down

0 comments on commit 625ce1b

Please sign in to comment.