Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin0011 committed Jun 14, 2024
1 parent 63269bc commit 7e5f4b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
cd front
npm install
- name: List files for debugging
- name: List files in src/assets/data for debugging
run: |
cd front
ls -R
cd front/src/assets/data
ls -al
- name: Build project
run: |
Expand Down
2 changes: 1 addition & 1 deletion front/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './assets/styles/App.css';
import React, { useState, useCallback, useEffect, useRef } from 'react';
import {Chats, Monitor, UserStatements} from "./components";
import sampleData from "./assets/data/PP10.js";
import sampleData from "./assets/data/PP10";
import axios from 'axios';
import image_A from "./assets/images/A.jpg";
import image_B from "./assets/images/B.jpg";
Expand Down

0 comments on commit 7e5f4b6

Please sign in to comment.