Skip to content

Commit

Permalink
bug on client
Browse files Browse the repository at this point in the history
  • Loading branch information
rotembarsela committed Aug 14, 2024
1 parent 310d1a2 commit aaeb377
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/src/mocks/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Excel, ExcelSpreadsheet, User } from "../types";
import { Excel, ExcelSpreadsheet } from "../types";
import { utils } from "../utils/utils";

/*
const users: User[] = [
{
name: "john",
Expand All @@ -21,6 +22,7 @@ const users: User[] = [
phone: 21314124,
},
];
*/

const excels: Excel[] = [
utils.createMockExcelFile("Excel1", 1024),
Expand Down Expand Up @@ -76,4 +78,4 @@ const excelSpreadsheets: ExcelSpreadsheet[] = [
},
];

export const mocks = { users, excels, excelSpreadsheets };
export const mocks = { excels, excelSpreadsheets };

0 comments on commit aaeb377

Please sign in to comment.