feat(docs-dev): remove deprecated docs-dev application files and configurations

This commit is contained in:
Firman Ramdhani
2026-01-09 09:43:14 +07:00
parent 2e3d64b25b
commit 41287c027b
12 changed files with 0 additions and 131 deletions
-1
View File
@@ -1 +0,0 @@
@import '@repo/ui/global.css';
-22
View File
@@ -1,22 +0,0 @@
import { createRoot } from 'react-dom/client';
import typescriptLogo from '/typescript.svg';
import { Header, Counter } from '@repo/ui';
import './main.css';
const App = () => (
<div>
<a href="https://vitejs.dev" target="_blank">
<img src="/vite.svg" className="logo" alt="Vite logo" />
</a>
<a href="https://www.typescriptlang.org/" target="_blank">
<img src={typescriptLogo} className="logo vanilla" alt="TypeScript logo" />
</a>
<Header title="Web" />
<div className="card">
<h1 className="bg-red-200 text-3xl font-bold underline">Hello world! docs</h1>
<Counter />
</div>
</div>
);
createRoot(document.getElementById('app')!).render(<App />);
-1
View File
@@ -1 +0,0 @@
/// <reference types="vite/client" />