Skip to content

Commit

Permalink
[BOOKINGSG-6090][JZ] Remove and rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan Jing Zhi committed Oct 3, 2024
1 parent e3ad33a commit e5792e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4,967 deletions.
4 changes: 2 additions & 2 deletions stories/timetable/mock-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import dayjs, { Dayjs } from "dayjs";
import styled from "styled-components";
import { Text } from "../../src/text";
import { CellType, TimeTableProps } from "../../src/timetable/types";
import { evenDaysData } from "./new-even-days";
import { oddDaysData } from "./new-odd-days";
import { evenDaysData } from "./timetable-even-days-data";
import { oddDaysData } from "./timetable-odd-days-data";
import lazyLoadData from "./timetable-lazy-load-data.json";

export const StyledHoverContent = styled.div`
Expand Down
Loading

0 comments on commit e5792e9

Please sign in to comment.