alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Experiment to rebuild Diffuse using web applets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: type import
author
Steven Vandevelde
date
1 year ago
(Jun 12, 2025, 6:06 PM +0200)
commit
3a961468
3a9614682789dedeba7c3e5920e98e752ecebb85
parent
f58f2289
f58f2289e21c77d524085ea6460b4ad6ed926096
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
processor
artwork
types.d.ts
+1
-1
src/pages/processor/artwork/types.d.ts
Reviewed
···
1
1
-
import { TrackTags } from "@applets/core/types";
1
1
+
import type { TrackTags } from "@applets/core/types";
2
2
3
3
export type Artwork = {
4
4
bytes: Uint8Array;