mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: move deno dev deps to deps file && use import map
This commit is contained in:
parent
c5e7b3f24e
commit
a022c8a8ad
8 changed files with 20 additions and 16 deletions
|
|
@ -16,7 +16,7 @@ import type {
|
|||
HomeworksResponse,
|
||||
LessonsResponse,
|
||||
} from "../types.ts";
|
||||
import { PING_INTERVAL } from "../utils/consts.ts";
|
||||
import { PING_INTERVAL } from "~/src/utils/consts.ts";
|
||||
|
||||
/**
|
||||
* Shared client for both parent and student. This is not exported and should not be used directly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue