Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqingyun committed Oct 26, 2023
1 parent 33f9973 commit 9b24aa2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
]
}
},
"version": "0.0.20"
"version": "0.0.21"
}
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#root {
// background-color: #E3E0FF;
background-color: #E3E0FF;
// overflow: hidden;
// background-color: skyblue;
}
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { HeaderMenu } from './components/HeaderBackground';
import { ScrollAnimation } from './components/ScrollAnimation';
import './App.scss';
import { BrowserRouter } from 'react-router-dom';
Expand Down
1 change: 0 additions & 1 deletion src/components/ScrollAnimation/ScrollAnimation.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useState } from 'react';
import styles from './scrollAnimation.module.scss';
import styled, { keyframes } from "styled-components";

Expand Down

0 comments on commit 9b24aa2

Please sign in to comment.