Skip to content

Commit 4cace29

Browse files
committed
test
1 parent f340453 commit 4cace29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/App.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
import { useEffect, useState } from 'react';
1+
import { useEffect } from 'react';
22
import './sass/index.scss';
33

44
function App() {
55

66
useEffect(() => {
77
// Check IndexedDB to grab API Specification
88
// if there is no exsiting spec.
9-
const initialSpec = {
10-
"openapi":"3.1.0",
11-
"info": {
12-
"title": "my api specification"
13-
}
14-
}
159

1610
}, [])
1711
return (

0 commit comments

Comments
 (0)