Ensure uniform code formatting across components by aligning with the established code style. Adjust imports, indentation, and spacing to enhance readability and maintainability.
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
export default function Default() {
|
|
return null;
|
|
}
|