mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
use existing select css
This commit is contained in:
parent
658cb1d61e
commit
9084fb8bfd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import {Field} from 'formik';
|
||||||
|
|
||||||
const ValidationMessage = require('../forms/validation-message.jsx');
|
const ValidationMessage = require('../forms/validation-message.jsx');
|
||||||
|
|
||||||
require('../forms/input.scss');
|
require('../forms/select.scss');
|
||||||
require('../forms/row.scss');
|
require('../forms/row.scss');
|
||||||
|
|
||||||
const FormikSelect = ({
|
const FormikSelect = ({
|
||||||
|
|
Loading…
Reference in a new issue