diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 21:23:30 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 21:23:30 -0500 |
| commit | bae5fe5501117df1b16da1aeb3355056d6882648 (patch) | |
| tree | 7e82d62543da8963dac1142cb5f4146be4b98d99 /src/index.js | |
| parent | 4c8231e7e3e46f61f4455843300f5d3f01c5a195 (diff) | |
| download | immich-frame-bae5fe5501117df1b16da1aeb3355056d6882648.tar.xz immich-frame-bae5fe5501117df1b16da1aeb3355056d6882648.zip | |
text on a link buttons
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 c7e5885..4324bb5 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,5 @@ import "@fontsource/overpass" +import "@fontsource/overpass/500.css" import "./style.css" import ImmichConnector from "./immich.js" import Page from "./pages.js" |
