You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-13 01:20:23 +02:00
restucturing project
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {expect} from 'chai';
|
||||
import {PersonManager} from '../../../../../backend/model/sql/PersonManager';
|
||||
import {FaceRegion, PhotoDTO} from '../../../../../common/entities/PhotoDTO';
|
||||
import {PersonManager} from '../../../../../src/backend/model/sql/PersonManager';
|
||||
import {FaceRegion, PhotoDTO} from '../../../../../src/common/entities/PhotoDTO';
|
||||
|
||||
|
||||
// to help WebStorm to handle the test cases
|
||||
|
Reference in New Issue
Block a user