We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f663850 commit 30d12a0Copy full SHA for 30d12a0
excalidraw-app/src/App.tsx
@@ -1,7 +1,7 @@
1
import { useState, useEffect } from "react";
2
import { ConnectionDialog } from "./components/ConnectionDialog";
3
import { ExcalidrawWrapper } from "./components/ExcalidrawWrapper";
4
-import { getServerConfig, ServerConfig } from "./lib/api";
+import { ServerConfig } from "./lib/api";
5
import "./App.css";
6
7
function App() {
0 commit comments