5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:22:57 +08:00
This commit is contained in:
Lea Anthony 2022-08-08 20:11:39 +10:00
parent 1955570264
commit fb7f84a033
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Now that the CLI is installed, you can generate a new project by using the `wail
Pick your favourite framework:
import TabsFrameworks from "../../src/components/frameworktabs";
import TabsFrameworks from "../../../src/components/frameworktabs";
<TabsFrameworks/>
<hr/>

View File

@ -37,7 +37,7 @@ Run `npm --version` to verify.
You will also need to install platform specific dependencies:
import TabsInstaller from "../../src/components/tabinstall";
import TabsInstaller from "../../../src/components/tabinstall";
<TabsInstaller />
## Optional Dependencies