Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: htmlSafe function import path
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Feb 6, 2024
1 parent 346f982 commit ecfe1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/attendance-slider/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @public
*/

import { htmlSafe } from "@ember/string";
import { htmlSafe } from "@ember/template";
import Component from "@glimmer/component";
import { tracked } from "@glimmer/tracking";
import { dropTask } from "ember-concurrency";
Expand Down

0 comments on commit ecfe1ad

Please sign in to comment.