mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
fix: remove import map
Doesn't work with importing in deno
This commit is contained in:
parent
51af82ea9a
commit
b2af13c315
8 changed files with 16 additions and 19 deletions
|
|
@ -17,7 +17,7 @@ import type {
|
|||
LessonsResponse,
|
||||
PupilFieldsResponse,
|
||||
} from "../types.ts";
|
||||
import { PING_INTERVAL } from "~/src/utils/consts.ts";
|
||||
import { PING_INTERVAL } from "../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