2026-07-18 00:11:05 +03:00
|
|
|
import { SETTINGS_CONTROL_CLUSTER_CLASS } from '@/components/sections/shared/SettingsSection';
|
|
|
|
|
|
|
|
|
|
// Keep project controls on the shared settings control width.
|
|
|
|
|
export const PROJECT_SETTINGS_CONTROL_WIDTH = SETTINGS_CONTROL_CLUSTER_CLASS;
|