Skip to content

Commit b985946

Browse files
committed
did not mean to commit this
1 parent 55c7a9d commit b985946

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.objects/01.solution.object-literals

1 file changed

+1
-1
lines changed

exercises/01.objects/01.solution.object-literals/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ const admin: { name: string; age: number; email: string } = {
1616
console.log(`User: ${user.name}, Age: ${user.age}`)
1717
console.log(`Admin: ${admin.name}, Age: ${admin.age}`)
1818

19-
// export { user, admin }
19+
export { user, admin }

0 commit comments

Comments
 (0)