Skip to content

Commit dbcfc78

Browse files
committed
org imports
1 parent 7550161 commit dbcfc78

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

packages/db/src/core/types/contentNavigationStrategy.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
import { StudyContentSource } from '../interfaces/contentSource';
21
import { DocType, SkuilderCourseData } from './types-legacy';
3-
import {
4-
CourseDBInterface,
5-
ScheduledCard,
6-
StudySessionNewItem,
7-
StudySessionReviewItem,
8-
UserDBInterface,
9-
} from '../index';
10-
import { Navigators } from '../navigators';
11-
import ELONavigator from '../navigators/elo';
122

133
/**
144
*

packages/db/src/impl/pouch/courseDB.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import {
2-
CourseDBInterface,
3-
CourseInfo,
4-
CoursesDBInterface,
5-
StudyContentSourceInternal,
6-
UserDBInterface,
7-
} from '@/core';
1+
import { CourseDBInterface, CourseInfo, CoursesDBInterface, UserDBInterface } from '@/core';
82
import { ScheduledCard } from '@/core/types/user';
93
import {
104
CourseConfig,

0 commit comments

Comments
 (0)