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