mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-03 15:09:34 -05:00
pre-installations and preparations
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "unstable_ClassNameGenerator", {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _utils.unstable_ClassNameGenerator;
|
||||
}
|
||||
});
|
||||
var _utils = require("@mui/utils");
|
||||
Reference in New Issue
Block a user