diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 23:05:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 23:05:18 -0500 |
| commit | 2e43088aa2db9450a670540cbc899c141f5c1c1a (patch) | |
| tree | 403d5d7113f372b3c2f919975bfabe46e9aa4def /src/index.js | |
| parent | 7283da81b5f1f938fa407d6d3f0d5bb56e889b1b (diff) | |
| download | immich-frame-2e43088aa2db9450a670540cbc899c141f5c1c1a.tar.xz immich-frame-2e43088aa2db9450a670540cbc899c141f5c1c1a.zip | |
add share icons, fix html viewport, use postcss in css
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 59175a0..6e35fa3 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,4 @@ +import "./style.css" import "./icons.js" import initSlides from "./slides.js" |
