mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 18:55:19 -04:00
changed imports to new ./modules import style
Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
d278a106e8
commit
22683451bd
4 changed files with 5 additions and 11 deletions
|
@ -14,9 +14,7 @@ import {
|
|||
Unique
|
||||
} from "sequelize-typescript";
|
||||
import {generate as shortIdGenerate, isValid as shortIdIsValid} from "shortid";
|
||||
import {Author} from "./author";
|
||||
import {User} from './user';
|
||||
import {Revision} from './revision';
|
||||
import {Author, Revision, User} from "./index";
|
||||
import {Utils} from "../utils";
|
||||
import Sequelize from "sequelize";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue