Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyAndriyovuch committed Sep 12, 2023
1 parent 379af95 commit 2baa7f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/controllers/input_child_info_controller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Controller } from "@hotwired/stimulus";
import { FetchRequest } from "@rails/request.js";
import toastr from "toastr";

export default class extends Controller {
static targets = ["month", "year", "productCategory"];
Expand Down

0 comments on commit 2baa7f4

Please sign in to comment.