|
1 | | -const storyData = [ |
| 1 | +export const storyData = [ |
2 | 2 | { |
3 | 3 | id: 1, |
4 | 4 | Name: "John Doe", |
@@ -127,4 +127,37 @@ const storyData = [ |
127 | 127 | }, |
128 | 128 | ]; |
129 | 129 |
|
130 | | -export default storyData; |
| 130 | +export const storyDataTwo = [ |
| 131 | + { |
| 132 | + id: 1, |
| 133 | + firstName: "First Name First Name", |
| 134 | + lastName: "Last name Last name", |
| 135 | + phone: "(555) 555-5555", |
| 136 | + homePhone: "(+9) 123-12345", |
| 137 | + postalCode: "12345 own", |
| 138 | + email: "test@example.com", |
| 139 | + secondEmail: "testNumberTwo@example.com", |
| 140 | + address: "123 Main St", |
| 141 | + city: "Des Moines", |
| 142 | + country: "Des mones", |
| 143 | + State: "IA 1234", |
| 144 | + zipCode: "12355", |
| 145 | + owner: "Owner Owner", |
| 146 | + }, |
| 147 | + { |
| 148 | + id: 1, |
| 149 | + firstName: "First Name First Name", |
| 150 | + lastName: "Last name Last name", |
| 151 | + phone: "(555) 555-5555", |
| 152 | + homePhone: "(+9) 123-12345", |
| 153 | + postalCode: "12345 own", |
| 154 | + email: "test@example.com", |
| 155 | + secondEmail: "testNumerTwo@example.com", |
| 156 | + address: "123 Main St", |
| 157 | + city: "Des Moines", |
| 158 | + country: "Des mones", |
| 159 | + State: "IA 1234", |
| 160 | + zipCode: "12355", |
| 161 | + owner: "Owner Owner", |
| 162 | + }, |
| 163 | +]; |
0 commit comments