update
This commit is contained in:
@@ -79,6 +79,8 @@ import close from "./icons/close.png";
|
||||
import heart from "./icons/heart.png";
|
||||
import heartOutline from "./icons/heartOutline.png";
|
||||
import more from "./icons/more.png";
|
||||
import forward from "./icons/forward.png";
|
||||
import pause from "./icons/pause.png";
|
||||
|
||||
export const icons = {
|
||||
bell,
|
||||
@@ -135,6 +137,8 @@ export const icons = {
|
||||
heart,
|
||||
heartOutline,
|
||||
more,
|
||||
forward,
|
||||
pause,
|
||||
};
|
||||
|
||||
import triangle from "./art/triangle.png";
|
||||
@@ -186,6 +190,8 @@ import productionBG2 from "./UI/productionBG2.png";
|
||||
import playbackBG from "./UI/playbackBG.png";
|
||||
import playbackBG2 from "./UI/playbackBG2.png";
|
||||
import libraryBG from "./UI/libraryBG.png";
|
||||
import libraryBG2 from "./UI/libraryBG2.png";
|
||||
import profileBG from "./UI/profileBG.png";
|
||||
|
||||
export const background = {
|
||||
writingBG,
|
||||
@@ -196,6 +202,8 @@ export const background = {
|
||||
playbackBG,
|
||||
playbackBG2,
|
||||
libraryBG,
|
||||
libraryBG2,
|
||||
profileBG,
|
||||
};
|
||||
|
||||
import nathalie from "./UI/nathalie.png";
|
||||
@@ -213,9 +221,13 @@ export const ai = {
|
||||
import placeholder from "./UI/placeholder.jpg";
|
||||
import placeholder2 from "./UI/placeholder2.jpg";
|
||||
import placeholder3 from "./UI/placeholder3.png";
|
||||
import placeholder4 from "./UI/placeholder4.jpg";
|
||||
import profile from "./UI/profile.jpg";
|
||||
|
||||
export const img = {
|
||||
placeholder,
|
||||
placeholder2,
|
||||
placeholder3,
|
||||
placeholder4,
|
||||
profile,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user