fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 17:35:06 +01:00
parent ece6db23a5
commit ed309d0b7f
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
} }
</style> </style>
<script src="./index.ts"></script> <script type="module" src="./index.ts"></script>
</head> </head>
<body> <body>
</body> </body>

View File

@ -1 +1 @@
export * from './first-element'; export * from './dees-editor';