Skip to content

Commit 30d12a0

Browse files
committed
fix: remove unused getServerConfig import from App.tsx
1 parent f663850 commit 30d12a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

excalidraw-app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useState, useEffect } from "react";
22
import { ConnectionDialog } from "./components/ConnectionDialog";
33
import { ExcalidrawWrapper } from "./components/ExcalidrawWrapper";
4-
import { getServerConfig, ServerConfig } from "./lib/api";
4+
import { ServerConfig } from "./lib/api";
55
import "./App.css";
66

77
function App() {

0 commit comments

Comments
 (0)