Skip to content

Commit

Permalink
Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mbidenaio committed Apr 4, 2024
1 parent b95454f commit d33d2ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions renderer/pages/flips/edit.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import React, {useEffect, useState} from 'react'
import {useRouter} from 'next/router'
import {
Box,
Flex,
useToast,
Divider,
useDisclosure,
Stack,
} from '@chakra-ui/react'
import {Box, Flex, useToast, Divider, useDisclosure} from '@chakra-ui/react'
import {useTranslation} from 'react-i18next'
import {useMachine} from '@xstate/react'
import {
Expand Down

0 comments on commit d33d2ac

Please sign in to comment.