Skip to content

Commit

Permalink
Apply new (in dev) import ordering and format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 2, 2023
1 parent 38380b6 commit d5e9577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/UtcDate.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { shallowMount } from "@vue/test-utils";
import { format, parseISO } from "date-fns";
import { getLocalVue } from "tests/jest/helpers";

import UtcDate from "./UtcDate.vue";
import { format, parseISO } from "date-fns";

describe("UTCDate component", () => {
const localVue = getLocalVue();
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/UtcDate.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed } from "vue";
import { format, formatDistanceToNow, parseISO } from "date-fns";
import { computed } from "vue";
interface UtcDateProps {
date: string;
Expand Down

0 comments on commit d5e9577

Please sign in to comment.