Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
75ad280d
Commit
75ad280d
authored
1 year ago
by
Christina Jenks
Browse files
Options
Downloads
Patches
Plain Diff
Resolve
CE-1940
"Add mui license integration"
parent
2b91fca6
No related branches found
No related tags found
2 merge requests
!407
CE-2141: 3.0.0
,
!321
Resolve CE-1940 "Add mui license integration"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/index.js
+4
-0
4 additions, 0 deletions
src/index.js
with
4 additions
and
0 deletions
src/index.js
+
4
−
0
View file @
75ad280d
...
...
@@ -3,6 +3,7 @@ import { createRoot } from "react-dom/client";
import
"
./index.css
"
;
import
App
from
"
./App
"
;
import
reportWebVitals
from
"
./reportWebVitals
"
;
import
{
LicenseInfo
}
from
"
@mui/x-license-pro
"
;
if
(
process
.
env
.
NODE_ENV
===
"
development
"
&&
...
...
@@ -20,6 +21,9 @@ if (
worker
.
start
();
}
// Set license key
LicenseInfo
.
setLicenseKey
(
process
.
env
.
REACT_APP_MUI_PRO_LICENSE_KEY
);
const
container
=
document
.
getElementById
(
"
root
"
);
const
root
=
createRoot
(
container
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment