Reference implementation for the Phoenix Architecture. Work in progress. aicoding.leaflet.pub/
ai coding crazy
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 279 B view raw
1/** 2 * Ui 3 * 4 * AUTO-GENERATED by Phoenix VCS 5 * Barrel export for all Ui modules. 6 */ 7 8export * as feedback from './feedback.js'; 9export * as gridRendering from './grid-rendering.js'; 10export * as layout from './layout.js'; 11export * as responsiveness from './responsiveness.js';