Skip to content

Commit a32d08f

Browse files
author
Alan Shaw
committed
chore: appease linter
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent bde9a5a commit a32d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-env browser */
2-
import React, { useState, useEffect, Fragment } from 'react'
2+
import React, { useState, useEffect } from 'react'
33
import Header from './Header'
44
import Controls from './Controls'
55
import Dag from './Dag'

0 commit comments

Comments
 (0)