This commit is contained in:
parent
252eac442e
commit
0d236677d4
2 changed files with 51 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Returns the importmap for this application.
|
||||
*
|
||||
|
@ -28,4 +26,13 @@ return [
|
|||
'version' => '5.3.6',
|
||||
'type' => 'css',
|
||||
],
|
||||
'chart.js' => [
|
||||
'version' => '4.5.0',
|
||||
],
|
||||
'@kurkle/color' => [
|
||||
'version' => '0.3.4',
|
||||
],
|
||||
'chart.js/auto' => [
|
||||
'version' => '4.5.0',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue