Skip to content

Commit

Permalink
remove default title
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Feb 19, 2024
1 parent 96c0fbf commit 8a241bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StorybookKit/StorybookKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Foundation

@freestanding(declaration)
public macro StorybookPage(
title: String = "\(#fileID):\(#line)",
title: String,
@ViewBuilder contents: @escaping () -> any View
) = #externalMacro(
module: "StorybookMacrosPlugin",
Expand Down

0 comments on commit 8a241bf

Please sign in to comment.