Fix type-only import for EntryMeta (verbatimModuleSyntax)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useEffect, useState } from "react";
|
||||
import { EntryMeta, fetchEntries, createEntry, deleteEntry, getEntryContent } from "./api";
|
||||
import { type EntryMeta, fetchEntries, createEntry, deleteEntry, getEntryContent } from "./api";
|
||||
import "./App.css";
|
||||
|
||||
function App() {
|
||||
|
||||
Reference in New Issue
Block a user