mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix: correct import path in pricing.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import http from "./http";
|
||||
import http from "../utils/http";
|
||||
|
||||
const BASE_URL = `https://notesnook.com/api/v1/prices`;
|
||||
class Pricing {
|
||||
|
||||
Reference in New Issue
Block a user