File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4646 "@backstage/plugin-techdocs-module-addons-contrib" : " ^1.1.29" ,
4747 "@backstage/plugin-techdocs-react" : " ^1.3.4" ,
4848 "@backstage/plugin-user-settings" : " ^0.8.27" ,
49+ "@backstage/ui" : " ^0.8.2" ,
4950 "@emotion/react" : " ^11.11.4" ,
5051 "@emotion/styled" : " ^11.13.0" ,
5152 "@mui/icons-material" : " ^5.15.16" ,
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+ import '@backstage/ui/css/styles.css' ;
1617import ReactDOM from 'react-dom/client' ;
17-
1818import App from './App' ;
1919
2020ReactDOM . createRoot ( document . getElementById ( 'root' ) ! ) . render ( < App /> ) ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+ import '@backstage/ui/css/styles.css' ;
1617import { Entity } from '@backstage/catalog-model' ;
1718import { ConfigReader } from '@backstage/config' ;
1819import { configApiRef } from '@backstage/core-plugin-api' ;
Original file line number Diff line number Diff line change 5252 "@backstage/plugin-kubernetes-react" : " ^0.5.12" ,
5353 "@backstage/plugin-permission-react" : " ^0.4.37" ,
5454 "@backstage/theme" : " ^0.7.0" ,
55+ "@backstage/ui" : " ^0.8.2" ,
5556 "@janus-idp/shared-react" : " ^2.16.0" ,
5657 "@kubernetes/client-node" : " ^0.22.1" ,
5758 "@material-ui/core" : " ^4.9.13" ,
You can’t perform that action at this time.
0 commit comments