diff options
Diffstat (limited to 'webui/src/components/BackToListButton.tsx')
-rw-r--r-- | webui/src/components/BackToListButton.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webui/src/components/BackToListButton.tsx b/webui/src/components/BackToListButton.tsx index 41e1d68a..8bc75491 100644 --- a/webui/src/components/BackToListButton.tsx +++ b/webui/src/components/BackToListButton.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import { Link } from 'react-router-dom'; import Button from '@material-ui/core/Button'; |