Refactor and more linking
This commit is contained in:
parent
f17c7e01f5
commit
2db11ac3dd
24 changed files with 197 additions and 177 deletions
|
@ -1,6 +1,6 @@
|
|||
import React, { useState, useContext } from "react";
|
||||
import { useSilencedAlerts } from "../../Queries.jsx";
|
||||
import StoreContext from "../../ctx/StoreContext.jsx";
|
||||
import { useSilencedAlerts } from "@qltr/queries";
|
||||
import StoreContext from "@qltr/store";
|
||||
import SilencedBox from "./SilencedBox.jsx";
|
||||
import SilenceDialog from "./SilenceDialog.jsx";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue