Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Updated: Directory structure for stylesheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilK-027 committed Feb 21, 2023
1 parent 0f9ab2e commit 9436601
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import './style1.css'
import './style2.css'
import './style3.css'
import './style4.css'
import './style5.css'
import './style6.css'
import './style7.css'
import './style8.css'
import './styles/style1.css'
import './styles/style2.css'
import './styles/style3.css'
import './styles/style4.css'
import './styles/style5.css'
import './styles/style6.css'
import './styles/style7.css'
import './styles/style8.css'

import * as THREE from 'three'
import { FontLoader } from 'three/examples/jsm/loaders/FontLoader.js'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 9436601

@vercel
Copy link

@vercel vercel bot commented on 9436601 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trinity-2023 – ./

trinity-2023-git-main-sahilk-027.vercel.app
trinity-2023-sahilk-027.vercel.app
trinity-2023.vercel.app

Please sign in to comment.