Skip to content

Commit ea331af

Browse files
committed
style: reformat code
1 parent 8f370db commit ea331af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/preload-resources.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import ReactDOM from "react-dom";
44

55
export function PreloadResources() {
66
ReactDOM.preconnect("https://assets.dbplay.app");
7-
ReactDOM.preload("https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css", { as: "style" });
7+
ReactDOM.preload("https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css", {
8+
as: "style",
9+
});
810

911
return null;
1012
}

0 commit comments

Comments
 (0)