refactor: fsd 구조로 변환
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { FlightStarfieldCanvas } from '@/features/flight-starfield';
|
||||
|
||||
export function FlightBackgroundWidget() {
|
||||
return <FlightStarfieldCanvas vanishYOffset={-68} centerProtectRadius={200} />;
|
||||
}
|
||||
Reference in New Issue
Block a user