Skip to content

Commit

Permalink
refactor(frontend): use colocation component layout (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Dec 9, 2024
1 parent d7b67b4 commit 37b60b8
Show file tree
Hide file tree
Showing 67 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { hbs } from "ember-cli-htmlbars";
import { setupRenderingTest } from "ember-qunit";
import moment from "moment";
import { module, test } from "qunit";
import WorktimeBalanceChart from "timed/components/worktime-balance-chart/component";
import WorktimeBalanceChart from "timed/components/worktime-balance-chart";

module("Integration | Component | worktime balance chart", function (hooks) {
setupRenderingTest(hooks);
Expand Down

0 comments on commit 37b60b8

Please sign in to comment.