Skip to content

Commit c057aa8

Browse files
committed
fix: Change /viz6.css to /Viz6.css
1 parent f1125c8 commit c057aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Viz6.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useFullscreen } from '../hooks/useFullscreen'
22
import { useEffect, useRef, useState, useMemo } from 'react'
33
import * as d3 from 'd3'
4-
import './viz6.css'
4+
import './Viz6.css'
55

66
// ---------------------------------------------------------------------------
77
// Types

0 commit comments

Comments
 (0)