Add SearchModal component to New route
This commit is contained in:
parent
048f65dc0a
commit
ae53dfdd9d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import React from 'react'
|
||||
import SearchModal from '../../components/SearchModal/SearchModal'
|
||||
import WeaponGrid from '../../components/WeaponGrid/WeaponGrid'
|
||||
|
||||
const New = () => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue