mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:21:12 +08:00
DEV: Move preload-store
to discourse/lib/preload-store
It's only used inside Discourse so it needn't be its own module
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import PreloadStore from "preload-store";
|
||||
import PreloadStore from "discourse/lib/preload-store";
|
||||
import { Promise } from "rsvp";
|
||||
|
||||
QUnit.module("preload-store", {
|
||||
|
Reference in New Issue
Block a user