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 6, 2024
1 parent b95454f commit f4c7c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
python-version: '3.10'

- name: Install Linux canvas deps
if: matrix.os == 'ubuntu-latest'
Expand Down
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 f4c7c5a

Please sign in to comment.