summaryrefslogtreecommitdiff
path: root/frontend/src/components/modals/filepicker/patches/index.ts
blob: fa0f0bb0882379a82d237f6349d17963a4f197c7 (plain)
1
2
3
4
5
6
7
8
9
10
// import library from './library';
// let patches: Function[] = [];

export function deinitFilepickerPatches() {
  // patches.forEach((unpatch) => unpatch());
}

export async function initFilepickerPatches() {
  // patches.push(await library());
}