mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
Fixed the circular imports and things
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useParams } from '@tanstack/react-router';
|
||||
import { atom, useAtomValue } from 'jotai';
|
||||
import { useEffect } from 'react';
|
||||
import { jotaiStore } from '../routes/__root';
|
||||
import {jotaiStore} from "../lib/jotai";
|
||||
|
||||
export const activeRequestIdAtom = atom<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user