chore: ran linting

This commit is contained in:
Anish Sarkar 2026-02-13 02:43:26 +05:30
parent 207b9e0ed3
commit a2dd5fb671
14 changed files with 124 additions and 162 deletions

View file

@ -50,4 +50,3 @@ export const openReportPanelAtom = atom(
export const closeReportPanelAtom = atom(null, (_, set) => {
set(reportPanelAtom, initialState);
});