mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +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
|
|
@ -1,7 +1,7 @@
|
|||
import { API_BASE_STUDENT, BASE_URL } from "~/src/utils/consts.ts";
|
||||
import { BaseClient } from "~/src/core/baseClient.ts";
|
||||
import { parseCookies } from "~/src/utils/utils.ts";
|
||||
import { RewardPurchaseResponse, RewardsResponse } from "~/src/types.ts";
|
||||
import { API_BASE_STUDENT, BASE_URL } from "../utils/consts.ts";
|
||||
import { BaseClient } from "../core/baseClient.ts";
|
||||
import { parseCookies } from "../utils/utils.ts";
|
||||
import { RewardPurchaseResponse, RewardsResponse } from "../types.ts";
|
||||
|
||||
/**
|
||||
* Student Client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue