Skip to content

Commit

Permalink
import from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 11, 2023
1 parent 0a8db06 commit 4032935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions types/schema/data/Application.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {ApplicationTypes} from '../../enums/ApplicationTypes';
import {Date} from '../../utils';

/**
* @id #Application
Expand Down
2 changes: 1 addition & 1 deletion types/schema/data/Proposal.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {ProjectTypes} from '../../enums/ProjectTypes';
import {VehicleParking} from '../../enums/VehicleParking';
import {Area, GeoJSON} from '../../utils';
import {Area, Date, GeoJSON} from '../../utils';

/**
* @id #Proposal
Expand Down

0 comments on commit 4032935

Please sign in to comment.