Skip to content

Commit

Permalink
chore: add extension to import
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 23, 2024
1 parent 203d73f commit 4709b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/src/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import css from 'styled-jsx/css'
import { inputTypes } from './inputTypes'
import { inputTypes } from './inputTypes.js'

const styles = css`
.input {
Expand Down

0 comments on commit 4709b77

Please sign in to comment.