Skip to content

Commit

Permalink
update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
seebees committed Nov 21, 2022
1 parent 7010905 commit 8420ab6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
2 changes: 1 addition & 1 deletion www/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Link } from "./link";
import { List } from "./list";
import specifications from "./result";
import { AllSpecificationsRequirements } from "./result";
import { Stats as StatsClass } from "./stats_class";
import { Stats as StatsClass } from "./stats";
import clsx from "clsx";

const drawerWidth = 400;
Expand Down
2 changes: 1 addition & 1 deletion www/src/result.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { Stats } from "./stats_class";
import { Stats } from "./stats";

const input =
process.env.NODE_ENV === "production"
Expand Down
46 changes: 0 additions & 46 deletions www/src/stats_class.js

This file was deleted.

0 comments on commit 8420ab6

Please sign in to comment.