codevdesign 0.0.20 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +0 -3
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -28,8 +28,6 @@ import response from './modeles/response'
|
|
|
28
28
|
import csqcEn from './locales/en.json'
|
|
29
29
|
import csqcFr from './locales/fr.json'
|
|
30
30
|
|
|
31
|
-
import csqcCSS from './assets/csqc.css'
|
|
32
|
-
|
|
33
31
|
export {
|
|
34
32
|
csqcFr,
|
|
35
33
|
csqcEn,
|
|
@@ -58,5 +56,4 @@ export {
|
|
|
58
56
|
Role,
|
|
59
57
|
RoleMin,
|
|
60
58
|
GroupeCE,
|
|
61
|
-
csqcCSS,
|
|
62
59
|
}
|