Skip to content

Commit

Permalink
delete unused imports (KWYG-24)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Dec 9, 2022
1 parent 2c71ea6 commit f61e896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
16 changes: 1 addition & 15 deletions src/components/app.jsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
import React, { useState, useEffect } from 'react';
import React from 'react';

import {
f7,
f7ready,
App,
Panel,
Views,
View,
Popup,
Page,
Navbar,
Toolbar,
NavRight,
Link,
Block,
BlockTitle,
LoginScreen,
LoginScreenTitle,
List,
ListItem,
ListInput,
ListButton,
BlockFooter
} from 'framework7-react';


Expand Down
11 changes: 0 additions & 11 deletions src/pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@ import {
Page,
Navbar,
NavLeft,
NavTitle,
NavTitleLarge,
NavRight,
Link,
Toolbar,
Block,
BlockTitle,
List,
ListItem,
Row,
Col,
Button
} from 'framework7-react';

class Home extends React.Component {
Expand Down

0 comments on commit f61e896

Please sign in to comment.