Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jun 25, 2024
1 parent ce5b8bf commit 48e3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/project/data-visualization/+Page.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Separator } from "@/components/ui/separator";
import Baked from "./assets/baked.jpg";
import EEG from "./assets/eeg.gif";
import EchartMap from "./assets/map.gif";
import Model from "./assets/model.png";
import Texture from "./assets/texture.png";
import EEG from './assets/eeg.gif'
export default function Page() {
return (
<div className="flex flex-col">
Expand Down

0 comments on commit 48e3cba

Please sign in to comment.