logistics -> exporter, remove cutesy naming of lib

This commit is contained in:
Tom Moor
2021-02-22 21:51:01 -08:00
parent 04f942141f
commit 2195787e7d
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
import fs from "fs";
import Router from "koa-router";
import { ValidationError } from "../errors";
import { exportCollections } from "../logistics";
import { exportCollections } from "../exporter";
import auth from "../middlewares/authentication";
import {
Collection,