Skip to content

Commit

Permalink
index in root direcrtory
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigarov committed Mar 5, 2024
1 parent 172d29c commit 731e4a9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')

module.exports = {
// Source files
src: path.resolve(__dirname, '../src'),
src: path.resolve(__dirname, '../'),

// Production build files
build: path.resolve(__dirname, '../dist'),
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js → index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './index.scss'
import dataset from '../dataset/odds23.csv' // Import the dataset
import dataset from './dataset/odds23.csv' // Import the dataset
import { drawParallelPlot, highlightParallelPlot } from './parallel-plot' // Import the drawParallelPlot function
import { drawScatterPlot, highlightScatterPlot } from './scatter-plot' // Import the drawScatterPlot function
import { drawComparativeChart } from './comparative-chart' // Import the drawComparativeChart function
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 731e4a9

Please sign in to comment.