Commit 4ccbd0c3 authored by Moody Salem's avatar Moody Salem

Fix the crash by importing text

parent 7fcecc22
import styled from 'styled-components' import styled from 'styled-components'
import { AutoColumn } from '../Column' import { AutoColumn } from '../Column'
import { Text } from 'rebass'
import NumericalInput from '../NumericalInput' import NumericalInput from '../NumericalInput'
...@@ -151,4 +152,4 @@ export const Dots = styled.span` ...@@ -151,4 +152,4 @@ export const Dots = styled.span`
content: '...'; content: '...';
} }
} }
` `
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment