Skip to content

Commit

Permalink
🎨 Change imports.js to aladin_lite.js for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys authored and ManonMarchand committed May 7, 2024
1 parent c7e63c4 commit 661a4a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/models/message_handler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { convertOptionNamesToCamelCase } from "../utils";
import A from "../imports";
import A from "../aladin_lite";

export default class MessageHandler {
constructor(aladin) {
Expand Down
2 changes: 1 addition & 1 deletion js/widget.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./widget.css";
import EventHandler from "./models/event_handler";
import { snakeCaseToCamelCase } from "./utils";
import A from "./imports";
import A from "./aladin_lite";

let idxView = 0;

Expand Down

0 comments on commit 661a4a6

Please sign in to comment.