add empty derive

This commit is contained in:
nora 2024-04-14 22:04:29 +02:00
parent eea39e1f16
commit 63bd32c3cd
3 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@ impl Provider for ExampleProvider {
struct ExampleDataSource {}
#[derive(terustform_macros::DataSourceModel)]
struct _ExampleDataSourceModel {
name: StringValue,
}