remove consecutive blank line

This commit is contained in:
AntoineDoubovetzky
2019-03-19 15:02:36 +01:00
parent 1f5666e4e0
commit 5e4e3674a1
-1
View File
@@ -11,7 +11,6 @@ export interface ScrollableAnchorProps {
children?: React.ReactNode;
}
export interface ConfigureAnchorsOptions {
offset?: number;
scrollDuration?: number;