File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "editor.formatOnSave" : true
3
- }
2
+ "editor.formatOnSave" : true ,
3
+ "typescript.updateImportsOnFileMove.enabled" : " always" ,
4
+ "editor.codeActionsOnSave" : {
5
+ "source.fixAll.eslint" : true ,
6
+ "source.organizeImports" : true
7
+ }
8
+ }
Original file line number Diff line number Diff line change 1
- // import axios from 'axios';
2
-
3
1
console . log ( 'This is the background page.' ) ;
4
2
5
3
// Example for listening to tab switching/loading
Original file line number Diff line number Diff line change 1
- import axios from 'axios' ;
2
- import React , { useEffect , useState } from 'react' ;
1
+ import React , { useState } from 'react' ;
3
2
import logo from '../../assets/img/logo.svg' ;
4
- import { Greetings } from '../../containers/Greetings/Greetings' ;
5
3
import './Popup.css' ;
6
4
7
5
export const Popup = ( ) => {
You can’t perform that action at this time.
0 commit comments