mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 18:01:09 +08:00
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import DateWithZoneHelper from "./date-with-zone-helper";
|
||||
import { module, test } from "qunit";
|
||||
import DateWithZoneHelper from "./date-with-zone-helper";
|
||||
|
||||
const PARIS = "Europe/Paris";
|
||||
const SYDNEY = "Australia/Sydney";
|
||||
|
Reference in New Issue
Block a user