Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotandrio committed May 19, 2024
1 parent d3517ec commit 79d9e27
Show file tree
Hide file tree
Showing 107 changed files with 938 additions and 34,626 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.cjs

This file was deleted.

147 changes: 0 additions & 147 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions .prettierrc

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

2 changes: 2 additions & 0 deletions assets/authRouter-DPxIkbwc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-D3VwLCEl.css

Large diffs are not rendered by default.

94 changes: 94 additions & 0 deletions assets/index-DQaOiAc1.js

Large diffs are not rendered by default.

File renamed without changes
2 changes: 2 additions & 0 deletions assets/publicRouter-BV9-xfE3.js

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
819 changes: 819 additions & 0 deletions assets/userZod-BqyLl802.js

Large diffs are not rendered by default.

39 changes: 20 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meja Belajar | Find your Mentor</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Acme&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/mejabelajar-web/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meja Belajar | Find your Mentor</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Acme&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sacramento&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/mejabelajar-web/assets/index-DQaOiAc1.js"></script>
<link rel="stylesheet" crossorigin href="/mejabelajar-web/assets/index-D3VwLCEl.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Expand Down
File renamed without changes
Loading

0 comments on commit 79d9e27

Please sign in to comment.