diff options
| author | Daniel Polito <[email protected]> | 2025-12-29 14:22:48 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-29 11:22:48 -0600 |
| commit | b7ce46f7a12e68283d6588c33aaf972426ddd65e (patch) | |
| tree | b1599ff88021779f969c646a1e154b8871d46129 /packages/ui/src/styles/index.css | |
| parent | 82b8d8fa5dd9206607b60de6130a6115cee68830 (diff) | |
| download | opencode-b7ce46f7a12e68283d6588c33aaf972426ddd65e.tar.gz opencode-b7ce46f7a12e68283d6588c33aaf972426ddd65e.zip | |
Desktop: Image Preview and Dedupe File Upload (#6372)
Diffstat (limited to 'packages/ui/src/styles/index.css')
| -rw-r--r-- | packages/ui/src/styles/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/styles/index.css b/packages/ui/src/styles/index.css index 9bf3e4f69..554bdeb89 100644 --- a/packages/ui/src/styles/index.css +++ b/packages/ui/src/styles/index.css @@ -22,6 +22,7 @@ @import "../components/provider-icon.css" layer(components); @import "../components/icon.css" layer(components); @import "../components/icon-button.css" layer(components); +@import "../components/image-preview.css" layer(components); @import "../components/text-field.css" layer(components); @import "../components/list.css" layer(components); @import "../components/logo.css" layer(components); |
