Skip to content

Commit

Permalink
chore: remove unwanted code (#1466)
Browse files Browse the repository at this point in the history
* chore: remove unwanted code

* chore: remove blank file

* chore: delete blank file
  • Loading branch information
priyankarpal committed Feb 24, 2024
1 parent c2a411c commit ff67ea4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/common/playlists/PlayHeaderActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ const PlayHeaderActions = ({ play }) => {
className="action"
href={`https://github.com/reactplay/react-play/tree/main/src${play.path}`}
rel="noopener noreferrer"
rel="noopener noreferrer"
target="_blank"
target="_blank"
>
<BsGithub className="icon" size="24px" />
Expand Down
Empty file removed src/index.css
Empty file.
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import RouteDefs from 'common/routing/RouteDefs';
import { SearchContextProvider } from 'common/search/search-context';
import './index.css';
import React, { useState } from 'react';
import { createRoot } from 'react-dom/client';
import reportWebVitals from './reportWebVitals';
Expand Down

0 comments on commit ff67ea4

Please sign in to comment.