We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004029e commit 03de755Copy full SHA for 03de755
source/components/Unity.js
@@ -1,6 +1,6 @@
1
import React, { Component } from 'react'
2
import UnityLoaderService from '../services/UnityLoaderService'
3
-import Styles from './Styles'
+import Styles from './Unity.styles'
4
5
export default class Unity extends Component {
6
constructor (props) {
source/components/Styles.js renamed to source/components/Unity.styles.js
@@ -1,6 +1,3 @@
-/**
- * Static styles used by the Unity component
- */
export default {
unity: {
width: '100%',
0 commit comments