We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f26c4f + 75f3183 commit 3c2b51dCopy full SHA for 3c2b51d
src/App.tsx
@@ -26,7 +26,7 @@ import ConfirmDialog from "./components/ConfirmDialog";
26
import { SnackbarProvider, enqueueSnackbar } from "notistack";
27
import { TypedOwnableInfo } from "./interfaces/TypedOwnableInfo";
28
import CreateOwnable from "./components/CreateOwnable";
29
-import { RelayService } from "./services/Relay.service";
+//import { RelayService } from "./services/Relay.service";
30
31
export default function App() {
32
const [loaded, setLoaded] = useState(false);
0 commit comments