added settings
This commit is contained in:
parent
5ec00d4999
commit
5833e5a76b
15 changed files with 359 additions and 91 deletions
|
@ -69,7 +69,7 @@ export function useSessions() {
|
|||
return sessions;
|
||||
}
|
||||
|
||||
export function useSessionsRw() {
|
||||
function useSessionsRw() {
|
||||
const store = useContext(Context);
|
||||
if (!store) {
|
||||
throw new TypeError("sessions are not provided");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue