
* Suggestion: let prettier sort imports order # Conflicts: # yarn.lock * AUTO SORT ALL THE IMPORTS * Linting * Fixes test
3 lines
58 B
TypeScript
3 lines
58 B
TypeScript
import Caption from "./Caption";
|
|
|
|
export default Caption;
|