Redesign UI with shadcn
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { mapProp, Update } from "@/hooks/useStore";
|
||||
import { getMediaTypeForFile } from "common/MediaType";
|
||||
import { mapProp, Update } from "./store";
|
||||
|
||||
export function FileReducer(prev: FileReducer.State, action: FileReducer.Action): FileReducer.State {
|
||||
switch (action.type) {
|
||||
|
||||
Reference in New Issue
Block a user