mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 15:03:53 +00:00
Remove unused import
This commit is contained in:
parent
303e607a37
commit
591c9cdc68
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import UserContext, { ctxWeakMapMemoize } from "./UserContext";
|
|||
import TweetModel, { TweetDebugData } from "./TweetModel";
|
||||
import IaItemModel from "./IaItemModel";
|
||||
import FileModel, { FileDebugData } from "./FileModel";
|
||||
import { MD5_REGEX, TWEET_ID_REGEX } from "../utils";
|
||||
import { MD5_REGEX } from "../utils";
|
||||
import DataLoader from "dataloader";
|
||||
import { knex } from "../db";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue