plan/react-rewrite #1
@@ -0,0 +1,2 @@
|
||||
// Public barrel for the flights-map feature. See frozen-barrels.md.
|
||||
export {};
|
||||
@@ -0,0 +1,5 @@
|
||||
// Public barrel for the online-board feature.
|
||||
// This file is the ONLY public surface — other sub-plans and features
|
||||
// must import exclusively from "@/features/online-board", never from
|
||||
// deeper paths. See docs/superpowers/phase-1/frozen-barrels.md for the rule.
|
||||
export {};
|
||||
@@ -0,0 +1,2 @@
|
||||
// Public barrel for the popular-requests feature. See frozen-barrels.md.
|
||||
export {};
|
||||
@@ -0,0 +1,2 @@
|
||||
// Public barrel for the schedule feature. See frozen-barrels.md.
|
||||
export {};
|
||||
@@ -1 +0,0 @@
|
||||
export {};
|
||||
@@ -0,0 +1,3 @@
|
||||
// Public barrel for the UI adapter layer. See frozen-barrels.md.
|
||||
// Feature code imports UI primitives exclusively through this barrel.
|
||||
export {};
|
||||
Reference in New Issue
Block a user