Revize a7a9a204
Přidáno uživatelem Fantič před téměř 2 roky(ů)
src/components/item/ItemView.tsx | ||
---|---|---|
2 | 2 |
import React from "react" |
3 | 3 |
import { Item } from "../../types/item" |
4 | 4 |
import { Note } from "../../types/note" |
5 |
import LoadingBox from "../loading/loadingBox"
|
|
5 |
import LoadingBox from "../loading/LoadingBox"
|
|
6 | 6 |
|
7 | 7 |
interface ItemDetailProps { |
8 | 8 |
item: Item, |
Také k dispozici: Unified diff
re #10454: ItemView: refactor setIndex