// Production stub — the original tweaks panel is a design-tool affordance
// and is intentionally inert here. Same interface as the design version
// so app.jsx can reference these components without conditional logic.

function useTweaks(defaults) {
  return [defaults, function noopSetTweak() {}];
}

function TweaksPanel() { return null; }
function TweakSection() { return null; }
function TweakToggle() { return null; }
function TweakColor() { return null; }
