Browse Source

Remove axios from SearchPage

Sotaro KARASAWA 9 years ago
parent
commit
9d28c75132
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resource/js/components/SearchPage.js

+ 0 - 1
resource/js/components/SearchPage.js

@@ -1,7 +1,6 @@
 // This is the root component for #search-page
 
 import React from 'react';
-import axios from 'axios'
 import Crowi from '../util/Crowi';
 import SearchForm from './SearchPage/SearchForm';
 import SearchResult from './SearchPage/SearchResult';