Skip to content

Commit

Permalink
feat: add snow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Dec 23, 2022
1 parent e2fd561 commit de04d11
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@foobar404/wave": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-snowfall": "^1.2.1",
"react-ticker": "^1.3.2",
"react-use-websocket": "^4.2.0",
"render-with-react17": "^0.1.6",
Expand Down
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Snowfall from 'react-snowfall';
import { Background } from './components/Background';
import { Logo } from './components/Logo';
import { Player } from './components/Player';
import { StationContextProvider } from './contexts/stationContext';

export const App = () => (
<StationContextProvider>
<Snowfall snowflakeCount={124} />
<Background />
<Logo />
<Player />
Expand Down

0 comments on commit de04d11

Please sign in to comment.