Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf6f242

Browse files
committed
fix: move static file to static dir
1 parente557bab commitbf6f242

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

‎src/components/blob.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import{Flex,Spinner,useColorModeValue}from'@chakra-ui/react';
44
importReact,{useRef,useState}from'react';
55
import*asPatternsfrom'../patterns';
6-
importLoadingImgfrom'/assets/loadingimg.png';
6+
importLoadingImgfrom'../images/loadingimg.png';
77

88
constBlob=({
99
size,

‎src/components/randomizer-btn.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
importReactfrom'react';
44
import{Button}from'@chakra-ui/react';
55
importuseSoundfrom'use-sound';
6-
importboopSfxfrom'/assets/spring.mp3';
6+
importboopSfxfrom'/static/spring.mp3';
77

88
import{createRandomBlob}from'../utilities';
99
import{dynamic}from'../state';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp