Skip to content

Commit

Permalink
chore: remove old raid cd site
Browse files Browse the repository at this point in the history
  • Loading branch information
smzelek committed May 2, 2024
1 parent 87c3582 commit edbecd9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 79 deletions.
4 changes: 0 additions & 4 deletions src/pages/apps/apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ export default function Apps(): JSX.Element {
paragraphs={['Plan your raid CDs in World of Warcraft!']}
imgPath={raidtimers}
url="https://www.raidtimers.com" />
<AppCard header="Raid CD Planner"
paragraphs={['the first prototype of raidtimers']}
imgPath={raidtimers}
url="/apps/raid-cd-planner/" />
<AppCard header="pokégrader"
paragraphs={['pokégrader grades your pokémon teams!']}
imgPath={pokegrader}
Expand Down
38 changes: 0 additions & 38 deletions src/pages/apps/raid-cd-planner/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions src/pages/apps/raid-cd-planner/raid-cd-planner.scss

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/apps/raid-cd-planner/raid-cd-planner.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/routes.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { h, render } from 'preact';
import Usr from './pages/usr/usr';
import Apps from './pages/apps/apps';
import RaidCDPlanner from './pages/apps/raid-cd-planner/raid-cd-planner';
import Pokegrader from './pages/apps/pokegrader/pokegrader';
import TakeMeApart from './pages/apps/take-me-apart/take-me-apart';
import TicMetacToe from './pages/apps/tic-metac-toe/tic-metac-toe';
Expand All @@ -23,7 +22,6 @@ const Main = () => {
<Route path="/blog/" component={Blog} />
<Route path="/blog/why-our-company-needed-web-components" component={WhyOurCompanyWCs} />
<Route path="/apps/" component={Apps} />
<Route path="/apps/raid-cd-planner/" component={RaidCDPlanner} />
<Route path="/apps/pokegrader/" component={Pokegrader} />
<Route path="/apps/take-me-apart" component={TakeMeApart} />
<Route path="/apps/tic-metac-toe" component={TicMetacToe} />
Expand Down
6 changes: 0 additions & 6 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ module.exports = {
inject: 'body',
chunks: ['main'],
}),
new HtmlWebpackPlugin({
template: './src/pages/apps/raid-cd-planner/index.html',
filename: 'apps/raid-cd-planner/index.html',
inject: 'body',
chunks: ['main'],
}),
new HtmlWebpackPlugin({
template: './src/pages/apps/guildvaults/index.html',
filename: 'apps/guildvaults/index.html',
Expand Down

0 comments on commit edbecd9

Please sign in to comment.