Skip to content

Commit

Permalink
Removed extra asset reference pages, removed redundant .css for refer…
Browse files Browse the repository at this point in the history
…ence
  • Loading branch information
Jlu18 committed Jan 13, 2022
1 parent 45196b0 commit 5d9a029
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 357 deletions.
40 changes: 0 additions & 40 deletions src/components/layouts/TextureReference.js

This file was deleted.

6 changes: 3 additions & 3 deletions src/components/reference/AssetReferencePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Hidden,
} from "@material-ui/core";

import "../../css/ModelReferencePage.css";
import "../../css/ReferencePage.css";

export default class AssetReference extends React.Component {

Expand All @@ -34,9 +34,9 @@ export default class AssetReference extends React.Component {
render() {
document.title = "Asset | MYR";
return (
<div id="modelReference-page">
<div id="reference-page">
<Tabs
id="modelReference-tabs"
id="reference-tabs"
variant="fullWidth"
value={this.state.value}
onChange={this.handleChange} >
Expand Down
146 changes: 0 additions & 146 deletions src/components/reference/ModelReferencePage.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/reference/ModelReferenceTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
TableCell
} from "@material-ui/core";

import "../../css/ModelReferencePage.css";
import "../../css/ReferencePage.css";

export default class ModelReference extends React.Component {
imageHelper = (model) => {
Expand Down
150 changes: 0 additions & 150 deletions src/components/reference/TextureReferencePage.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/reference/TextureReferenceTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
TableCell,
} from "@material-ui/core";

import "../../css/TextureReferencePage.css";
import "../../css/ReferencePage.css";

export default class TextureReference extends React.Component {
imageHelper = (image) => {
Expand Down
Loading

0 comments on commit 5d9a029

Please sign in to comment.