Skip to content

Commit ce3ce3e

Browse files
reformat some code
1 parent 032f3d9 commit ce3ce3e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ function App() {
7171

7272
}
7373

74-
75-
{
76-
data && <div>
77-
<h1 className="text-2xl font-bold">Uploaded Data</h1>
78-
<pre>{JSON.stringify(data, null, 2)}</pre>
79-
</div>
80-
}
8174
{/*{*/}
8275
{/* graphData && (*/}
8376
{/* <>*/}

0 commit comments

Comments
 (0)