Skip to content

Commit 03de755

Browse files
Updated styles
1 parent 004029e commit 03de755

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

source/components/Unity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react'
22
import UnityLoaderService from '../services/UnityLoaderService'
3-
import Styles from './Styles'
3+
import Styles from './Unity.styles'
44

55
export default class Unity extends Component {
66
constructor (props) {

source/components/Styles.js renamed to source/components/Unity.styles.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
* Static styles used by the Unity component
3-
*/
41
export default {
52
unity: {
63
width: '100%',

0 commit comments

Comments
 (0)