tailwindcss 를 로컬에 포함

This commit is contained in:
backuppc
2026-01-21 11:22:48 +09:00
parent 5074f6dc0e
commit 2ce9bffb1d
7 changed files with 689 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css';
const rootElement = document.getElementById('root');
if (!rootElement) {