/* global React */
// Production shim. In the design tool this file rendered a live "Tweaks" editing
// overlay; the public site ships without it. These no-ops keep components.jsx
// unchanged while locking the layout to its design-default section order.
function useTweaks(defaults) {
  return [defaults, () => {}];
}
function TweaksPanel() {
  return null;
}
function TweakSection() {
  return null;
}
