first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-11-30 13:20:54 -05:00
commit e9e5c0546c
5833 changed files with 1801865 additions and 0 deletions
@@ -0,0 +1,17 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Raft\\Admin' => $baseDir . '/inc/Admin.php',
'Raft\\Assets_Manager' => $baseDir . '/inc/Assets_Manager.php',
'Raft\\Block_Patterns' => $baseDir . '/inc/Block_Patterns.php',
'Raft\\Block_Styles' => $baseDir . '/inc/Block_Styles.php',
'Raft\\Constants' => $baseDir . '/inc/Constants.php',
'Raft\\Core' => $baseDir . '/inc/Core.php',
'Raft\\Starter_Content' => $baseDir . '/inc/Starter_Content.php',
);