Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(import): removed unwanted import from code
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and joshuawilson committed Apr 4, 2018
1 parent a5224de commit adc5ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/models/space.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { User } from 'ngx-login-client';

import { Team } from './team';
import { ProcessTemplate } from './process-template';
import { User } from "ngx-login-client";

export interface Space {
name: string;
Expand Down

0 comments on commit adc5ef4

Please sign in to comment.