mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
🎨 Run prettier
This commit is contained in:
parent
7a81587f9f
commit
4714fb4bc8
42 changed files with 1786 additions and 2445 deletions
|
@ -1,18 +1,18 @@
|
|||
export * from "./bootstrap";
|
||||
export * from "./build";
|
||||
export * from "./discard";
|
||||
export * from "./download";
|
||||
export * from "./download-artifacts";
|
||||
export * from "./execute";
|
||||
export * from "./export-file";
|
||||
export * from "./export-patches";
|
||||
export * from "./fix-le";
|
||||
export * from "./import-patches";
|
||||
export * from "./init";
|
||||
export * from "./license-check";
|
||||
export * from "./package";
|
||||
export * from "./reset";
|
||||
export * from "./run";
|
||||
export * from "./set-branch";
|
||||
export * from "./status";
|
||||
export * from "./test";
|
||||
export * from './bootstrap'
|
||||
export * from './build'
|
||||
export * from './discard'
|
||||
export * from './download'
|
||||
export * from './download-artifacts'
|
||||
export * from './execute'
|
||||
export * from './export-file'
|
||||
export * from './export-patches'
|
||||
export * from './fix-le'
|
||||
export * from './import-patches'
|
||||
export * from './init'
|
||||
export * from './license-check'
|
||||
export * from './package'
|
||||
export * from './reset'
|
||||
export * from './run'
|
||||
export * from './set-branch'
|
||||
export * from './status'
|
||||
export * from './test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue