replace eslint/prettier with rome
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { atom } from 'jotai';
|
||||
import { atom } from "jotai";
|
||||
|
||||
export const composerAtom = atom({ type: 'post' });
|
||||
export const composerAtom = atom({ type: "post" });
|
||||
|
||||
Reference in New Issue
Block a user