Skip to content

Commit

Permalink
refactor(cli): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Oct 4, 2022
1 parent 33942cb commit db3ba90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import React, {useState} from 'react'
import {Box, Text} from '@sanity/ui'
import {MemberField} from 'sanity/form'
import Barcode from 'react-barcode'
import {MemberField} from 'sanity'
import styled from 'styled-components'

const BarcodeRoot = styled(Box)`
Expand Down

0 comments on commit db3ba90

Please sign in to comment.