import { Button } from 'components' import deleteFromDb from 'db' const v1 = 'v1' export function Item({ id1, id2 }) { const v2 = id2 return ( <> ) }