mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-16 09:56:15 +02:00
fix import
This commit is contained in:
parent
bc5d5d96a2
commit
2d7bf91bbe
@ -37,7 +37,6 @@ import { Action } from "../../../../../src/dispatcher/actions";
|
||||
import { ScopedRoomContextProvider } from "../../../../../src/contexts/ScopedRoomContext.tsx";
|
||||
import { TimelineRenderingType, type RoomContextType } from "../../../../../src/contexts/RoomContext.ts";
|
||||
import { RoomUploadContextProvider } from "../../../../../src/viewmodels/room/RoomUploadViewModel.tsx";
|
||||
import { TimelineEventEditor } from "../../../../../src/components/views/dialogs/devtools/Event.tsx";
|
||||
|
||||
const openStickerPicker = async (): Promise<void> => {
|
||||
await userEvent.click(screen.getByLabelText("More options"));
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepack": "nx build",
|
||||
"start": "nx start",
|
||||
"lint:types": "nx lint:types",
|
||||
"test:unit": "vitest"
|
||||
},
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"inputs": ["src"],
|
||||
"outputs": ["{projectRoot}/lib"],
|
||||
"options": {
|
||||
"commands": ["vite build", "api-extractor run -l"],
|
||||
"commands": ["vite build", "api-extractor run"],
|
||||
"parallel": false,
|
||||
"cwd": "packages/module-api"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user