Layout refactoring, dependencies update

This commit is contained in:
2024-03-25 11:34:40 +01:00
parent bf2e24009e
commit 82ccb68a56
6 changed files with 174 additions and 182 deletions

View File

@@ -1,7 +0,0 @@
import { atom } from 'recoil'
import { DLMetadata } from '../types'
export const selectedFormatState = atom<Partial<DLMetadata>>({
key: 'selectedFormatState',
default: {},
})