Skip to content

Commit

Permalink
fix(search source): remove test search source
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourget committed Mar 27, 2017
1 parent e124806 commit 28a9b14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
2 changes: 1 addition & 1 deletion demo-app/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule, Http } from '@angular/http';
import { HttpModule } from '@angular/http';
import { MaterialModule } from '@angular/material';

import { IgoModule, provideDefaultSearchSources } from '../../lib';
Expand Down
1 change: 0 additions & 1 deletion lib/search/search-sources/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './search-source';
export * from './search-source-nominatim';
export * from './search-source-icherche';
62 changes: 0 additions & 62 deletions lib/search/search-sources/search-source-icherche.ts

This file was deleted.

0 comments on commit 28a9b14

Please sign in to comment.